[med-svn] r10318 - trunk/packages/volview/trunk/debian/patches
Mathieu Malaterre
malat at alioth.debian.org
Wed Apr 4 13:13:06 UTC 2012
Author: malat
Date: 2012-04-04 13:13:05 +0000 (Wed, 04 Apr 2012)
New Revision: 10318
Modified:
trunk/packages/volview/trunk/debian/patches/fixfpic.patch
Log:
Fix missing link to gdcm
Modified: trunk/packages/volview/trunk/debian/patches/fixfpic.patch
===================================================================
--- trunk/packages/volview/trunk/debian/patches/fixfpic.patch 2012-04-04 12:07:47 UTC (rev 10317)
+++ trunk/packages/volview/trunk/debian/patches/fixfpic.patch 2012-04-04 13:13:05 UTC (rev 10318)
@@ -17,7 +17,7 @@
Index: volview-3.4/VolViewLibraries/KWCommonPro/CMakeLists.txt
===================================================================
--- volview-3.4.orig/VolViewLibraries/KWCommonPro/CMakeLists.txt 2012-04-02 22:19:51.000000000 +0200
-+++ volview-3.4/VolViewLibraries/KWCommonPro/CMakeLists.txt 2012-04-02 22:28:29.000000000 +0200
++++ volview-3.4/VolViewLibraries/KWCommonPro/CMakeLists.txt 2012-04-04 15:11:23.000000000 +0200
@@ -418,9 +418,11 @@
${KWCommonPro_Instantiator_SRCS}
)
@@ -30,6 +30,15 @@
)
IF(KWCommonPro_USE_XML_RW)
+@@ -428,7 +430,7 @@
+ ENDIF(KWCommonPro_USE_XML_RW)
+
+ IF(KWCommonPro_USE_GDCM)
+- TARGET_LINK_LIBRARIES(KWCommonPro ${GDCM_LIBRARIES})
++ TARGET_LINK_LIBRARIES(KWCommonPro ${GDCM_LIBRARIES} gdcmMSFF)
+ ENDIF(KWCommonPro_USE_GDCM)
+
+ IF(KWCommonPro_USE_CTNLIB)
Index: volview-3.4/VolViewLibraries/KWWidgetsPro/CMakeLists.txt
===================================================================
--- volview-3.4.orig/VolViewLibraries/KWWidgetsPro/CMakeLists.txt 2012-04-02 22:23:09.000000000 +0200
More information about the debian-med-commit
mailing list