[95551] trunk/dports/science/playerstage-player/files/patch-CMakeLists.txt

jmr at macports.org jmr at macports.org
Mon Jul 16 00:09:33 PDT 2012


Revision: 95551
          https://trac.macports.org/changeset/95551
Author:   jmr at macports.org
Date:     2012-07-16 00:09:32 -0700 (Mon, 16 Jul 2012)
Log Message:
-----------
playerstage-player: fix cflags (#33025)

Modified Paths:
--------------
    trunk/dports/science/playerstage-player/files/patch-CMakeLists.txt

Modified: trunk/dports/science/playerstage-player/files/patch-CMakeLists.txt
===================================================================
--- trunk/dports/science/playerstage-player/files/patch-CMakeLists.txt	2012-07-16 06:48:01 UTC (rev 95550)
+++ trunk/dports/science/playerstage-player/files/patch-CMakeLists.txt	2012-07-16 07:09:32 UTC (rev 95551)
@@ -31,3 +31,23 @@
  
          LINK_DIRECTORIES (${PLAYERCC_EXTRA_LINK_DIRS})
          PLAYER_ADD_EXECUTABLE (playerprop playerprop.cpp ${getoptSrc})
+--- utils/pmap/CMakeLists.txt.orig	2009-06-29 00:57:35.000000000 +1000
++++ utils/pmap/CMakeLists.txt	2012-07-16 17:06:46.000000000 +1000
+@@ -46,7 +46,7 @@
+                 TARGET_LINK_LIBRARIES (pmap ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES})
+             ENDIF (GLUT_FOUND)
+             SET_SOURCE_FILES_PROPERTIES (${pmapSrcs} PROPERTIES
+-                COMPILE_FLAGS "${GSL_CFLAGS} --fast-math")
++                COMPILE_FLAGS "${GSL_CFLAGS} -ffast-math")
+             SET_TARGET_PROPERTIES (pmap PROPERTIES LINK_FLAGS "${GSL_LDFLAGS}")
+             TARGET_LINK_LIBRARIES (pmap ${GSL_PKG_LIBRARIES})
+ 
+@@ -56,7 +56,7 @@
+                 TARGET_LINK_LIBRARIES (lodo ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES})
+             ENDIF (GLUT_FOUND)
+             SET_SOURCE_FILES_PROPERTIES (${lodoSrcs} PROPERTIES
+-                COMPILE_FLAGS "${GSL_CFLAGS} --fast-math")
++                COMPILE_FLAGS "${GSL_CFLAGS} -ffast-math")
+             SET_TARGET_PROPERTIES (lodo PROPERTIES LINK_FLAGS "${GSL_LDFLAGS}")
+             TARGET_LINK_LIBRARIES (lodo ${GSL_PKG_LIBRARIES})
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120716/b6505fd4/attachment.html>


More information about the macports-changes mailing list