[126653] trunk/dports/math/gnudatalanguage

takeshi at macports.org takeshi at macports.org
Mon Oct 13 01:49:22 PDT 2014


Revision: 126653
          https://trac.macports.org/changeset/126653
Author:   takeshi at macports.org
Date:     2014-10-13 01:49:22 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
gnudatalanguage: add a forgotten patch in r126652

Revision Links:
--------------
    https://trac.macports.org/changeset/126652

Added Paths:
-----------
    trunk/dports/math/gnudatalanguage/files/
    trunk/dports/math/gnudatalanguage/files/patch-CMakeLists.txt.diff

Added: trunk/dports/math/gnudatalanguage/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/math/gnudatalanguage/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/math/gnudatalanguage/files/patch-CMakeLists.txt.diff	2014-10-13 08:49:22 UTC (rev 126653)
@@ -0,0 +1,25 @@
+--- CMakeLists.txt.orig	2014-10-07 22:21:14.000000000 +0900
++++ CMakeLists.txt	2014-10-13 17:36:18.000000000 +0900
+@@ -878,14 +878,14 @@
+ 
+ # create a link src/gdl -> ${BUILD}/.../gdl
+ # for windows, just copy the file
+-if(NOT PYTHON_MODULE)
+-	get_target_property(GDLLOCATION gdl LOCATION)
+-	if(WIN32)
+-	add_custom_target(copy_gdl ALL ${CMAKE_COMMAND} -E copy ${GDLLOCATION} ${CMAKE_SOURCE_DIR}/src/gdl DEPENDS gdl)
+-	else(WIN32)
+-	add_custom_target(symlink_gdl ALL ${CMAKE_COMMAND} -E create_symlink ${GDLLOCATION} ${CMAKE_SOURCE_DIR}/src/gdl DEPENDS gdl)
+-	endif(WIN32)
+-endif(NOT PYTHON_MODULE)
++#if(NOT PYTHON_MODULE)
++#	get_target_property(GDLLOCATION gdl LOCATION)
++#	if(WIN32)
++#	add_custom_target(copy_gdl ALL ${CMAKE_COMMAND} -E copy ${GDLLOCATION} ${CMAKE_SOURCE_DIR}/src/gdl DEPENDS gdl)
++#	else(WIN32)
++#	add_custom_target(symlink_gdl ALL ${CMAKE_COMMAND} -E create_symlink ${GDLLOCATION} ${CMAKE_SOURCE_DIR}/src/gdl DEPENDS gdl)
++#	endif(WIN32)
++#endif(NOT PYTHON_MODULE)
+ 
+ # display macro
+ macro(MODULE MOD NAME)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/9048d597/attachment.html>


More information about the macports-changes mailing list