rpms/openjpeg/devel openjpeg-1.3-libm.patch,1.2,1.3

Rex Dieter rdieter at fedoraproject.org
Sun Feb 14 20:14:05 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/openjpeg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7197

Modified Files:
	openjpeg-1.3-libm.patch 
Log Message:
more implicit linking issues


openjpeg-1.3-libm.patch:
 CMakeLists.txt |    5 +++++
 1 file changed, 5 insertions(+)

Index: openjpeg-1.3-libm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openjpeg/devel/openjpeg-1.3-libm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- openjpeg-1.3-libm.patch	14 Feb 2010 19:19:44 -0000	1.2
+++ openjpeg-1.3-libm.patch	14 Feb 2010 20:14:05 -0000	1.3
@@ -1,17 +1,3 @@
-diff -up OpenJPEG_v1_3/codec/CMakeLists.txt.libm OpenJPEG_v1_3/codec/CMakeLists.txt
---- OpenJPEG_v1_3/codec/CMakeLists.txt.libm	2007-11-27 06:38:52.000000000 -0600
-+++ OpenJPEG_v1_3/codec/CMakeLists.txt	2009-06-19 09:20:59.473980422 -0500
-@@ -46,10 +46,6 @@ FOREACH(exe j2k_to_image image_to_j2k)
-   ADD_TEST(${exe} ${EXECUTABLE_OUTPUT_PATH}/${exe})
-   # calling those exe without option will make them fail always:
-   SET_TESTS_PROPERTIES(${exe} PROPERTIES WILL_FAIL TRUE)
--  # On unix you need to link to the math library:
--  IF(UNIX)
--    TARGET_LINK_LIBRARIES(${exe} m)
--  ENDIF(UNIX)
-   # Install exe
-   INSTALL_TARGETS(/bin/ ${exe})
- ENDFOREACH(exe)
 diff -up OpenJPEG_v1_3/libopenjpeg/CMakeLists.txt.libm OpenJPEG_v1_3/libopenjpeg/CMakeLists.txt
 --- OpenJPEG_v1_3/libopenjpeg/CMakeLists.txt.libm	2009-06-19 09:18:44.021229314 -0500
 +++ OpenJPEG_v1_3/libopenjpeg/CMakeLists.txt	2009-06-19 09:18:44.074248015 -0500



More information about the scm-commits mailing list