rpms/openmw/devel openmw.use_position_independent_for_library.patch, 1.1, 1.2

Alexandre Moine nobrakal at rpmfusion.org
Wed Aug 5 15:12:49 CEST 2015


Author: nobrakal

Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19707

Modified Files:
	openmw.use_position_independent_for_library.patch 
Log Message:
Fix bad patch


openmw.use_position_independent_for_library.patch:
 CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

Index: openmw.use_position_independent_for_library.patch
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.use_position_independent_for_library.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmw.use_position_independent_for_library.patch	5 Aug 2015 13:06:01 -0000	1.1
+++ openmw.use_position_independent_for_library.patch	5 Aug 2015 13:12:49 -0000	1.2
@@ -1,10 +1,11 @@
---- openmw-openmw-0.36.1.orig/plugins/mygui_resource_plugin/CMakeLists.txt	2015-05-31 14:21:21.000000000 +0200
-+++ openmw-openmw-0.36.1/plugins/mygui_resource_plugin/CMakeLists.txt	2015-08-05 14:58:23.061338391 +0200
-@@ -9,6 +9,7 @@
- )
+--- plugins/mygui_resource_plugin/CMakeLists.txt	2015-05-31 14:21:21.000000000 +0200
++++ plugins/mygui_resource_plugin/CMakeLists.txt	2015-08-05 15:10:06.322731668 +0200
+@@ -15,6 +15,8 @@
+     ${MYGUI_RESOURCE_PLUGIN_SOURCES}
+     )
  
- add_definitions("-D_USRDLL -DMYGUI_BUILD_DLL")
-+set_target_properties(${MYGUI_RESOURCE_PLUGIN_LIBRARY} PROPERTY POSITION_INDEPENDENT_CODE TRUE)
- 
- add_library(${MYGUI_RESOURCE_PLUGIN_LIBRARY}
-     SHARED
++set_target_properties(${MYGUI_RESOURCE_PLUGIN_LIBRARY} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
++
+ if(WIN32)
+   if(MSVC)
+      # from top-level CMakelists.txt:


More information about the rpmfusion-commits mailing list