Author: smr
Date: 2010-06-10 03:41:43 +0000 (Thu, 10 Jun 2010)
New Revision: 4881

Added:
   
trunk/packages/insighttoolkit/trunk/debian/patches/remove-cmake-export-build-settings.patch
Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/patches/series
Log:
Fix build on hppa and bug #580816.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog        2010-06-08 
23:22:26 UTC (rev 4880)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog        2010-06-10 
03:41:43 UTC (rev 4881)
@@ -3,8 +3,12 @@
   * patches/hppa-complex-long-double.patch: New (thanks, Denis
     Barbier). Remove conditional that prevented building long double
     datastructures on HPPA.  Closes: #558998.
+  
+  * patches/remove-cmake-export-build-settings.patch: New.  Remove
+    deprecated CMAKE_EXPORT_BUILD_SETTINGS from CMakeLists.txt.  Closes:
+    #580816.
 
- -- Steve M. Robbins <[email protected]>  Fri, 07 May 2010 20:51:01 -0500
+ -- Steve M. Robbins <[email protected]>  Wed, 09 Jun 2010 22:40:32 -0500
 
 insighttoolkit (3.18.0-2) unstable; urgency=low
 

Added: 
trunk/packages/insighttoolkit/trunk/debian/patches/remove-cmake-export-build-settings.patch
===================================================================
--- 
trunk/packages/insighttoolkit/trunk/debian/patches/remove-cmake-export-build-settings.patch
                         (rev 0)
+++ 
trunk/packages/insighttoolkit/trunk/debian/patches/remove-cmake-export-build-settings.patch
 2010-06-10 03:41:43 UTC (rev 4881)
@@ -0,0 +1,13 @@
+--- insighttoolkit-3.18.0.orig/CMakeLists.txt
++++ insighttoolkit-3.18.0/CMakeLists.txt
+@@ -849,10 +849,6 @@
+ CONFIGURE_FILE(${ITK_SOURCE_DIR}/UseITK.cmake.in
+                ${ITK_BINARY_DIR}/UseITK.cmake COPYONLY IMMEDIATE)
+ 
+-# Save the compiler settings so another project can import them.
+-INCLUDE(${CMAKE_ROOT}/Modules/CMakeExportBuildSettings.cmake)
+-CMAKE_EXPORT_BUILD_SETTINGS(${ITK_BINARY_DIR}/ITKBuildSettings.cmake)
+-
+ # Save library dependencies.
+ EXPORT_LIBRARY_DEPENDENCIES(${ITK_BINARY_DIR}/ITKLibraryDepends.cmake)
+ 

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series   2010-06-08 
23:22:26 UTC (rev 4880)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series   2010-06-10 
03:41:43 UTC (rev 4881)
@@ -4,3 +4,4 @@
 tcl-install.patch
 itkTkImageViewer2D.patch
 jni-dir.patch
+remove-cmake-export-build-settings.patch


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to