[med-svn] r9106 - trunk/packages/sofa-framework/trunk/debian/patches
Andreas Tille
tille at alioth.debian.org
Sun Dec 25 23:30:57 UTC 2011
Author: tille
Date: 2011-12-25 23:30:57 +0000 (Sun, 25 Dec 2011)
New Revision: 9106
Modified:
trunk/packages/sofa-framework/trunk/debian/patches/30_newmat.patch
Log:
Better adoption to build system when using Debian internal libraries
Modified: trunk/packages/sofa-framework/trunk/debian/patches/30_newmat.patch
===================================================================
--- trunk/packages/sofa-framework/trunk/debian/patches/30_newmat.patch 2011-12-25 23:30:02 UTC (rev 9105)
+++ trunk/packages/sofa-framework/trunk/debian/patches/30_newmat.patch 2011-12-25 23:30:57 UTC (rev 9106)
@@ -33,12 +33,21 @@
+LIBS *= -lnewmat
--- /dev/null
+++ sofa-1.0-rc1/features/sofa/qwt.prf
-@@ -0,0 +1 @@
-+LIBS *= -lqwt5-qt4
+@@ -0,0 +1,3 @@
++INCLUDEPATH *= /usr/include/qwt-qt4
++LIBS *= -lqwt-qt4
++
--- /dev/null
+++ sofa-1.0-rc1/features/sofa/eigen.prf
-@@ -0,0 +1 @@
-+INCLUDEPATH *= /usr/include/eigen2
+@@ -0,0 +1,8 @@
++INCLUDEPATH *= /usr/include/eigen3
++MY_LIBS =
++MY_LIBRARYPATH =
++
++!contains(CONFIGDEBUG, debug) {
++ DEFINES *= EIGEN_NO_DEBUG
++}
++
--- /dev/null
+++ sofa-1.0-rc1/features/sofa/tinyxml.prf
@@ -0,0 +1 @@
More information about the debian-med-commit
mailing list