[94605] trunk/dports/python/py26-pynifti/files/patch-setup-py.diff
jmr at macports.org
jmr at macports.org
Sun Jun 24 19:56:53 PDT 2012
Revision: 94605
https://trac.macports.org/changeset/94605
Author: jmr at macports.org
Date: 2012-06-24 19:56:53 -0700 (Sun, 24 Jun 2012)
Log Message:
-----------
py26-pynifti: fix compiler argument syntax (#32268)
Modified Paths:
--------------
trunk/dports/python/py26-pynifti/files/patch-setup-py.diff
Modified: trunk/dports/python/py26-pynifti/files/patch-setup-py.diff
===================================================================
--- trunk/dports/python/py26-pynifti/files/patch-setup-py.diff 2012-06-25 02:54:07 UTC (rev 94604)
+++ trunk/dports/python/py26-pynifti/files/patch-setup-py.diff 2012-06-25 02:56:53 UTC (rev 94605)
@@ -1,5 +1,14 @@
---- setup.py.orig 2009-06-20 11:37:59.000000000 -0700
-+++ setup.py 2009-06-20 11:38:38.000000000 -0700
+--- setup.py.orig 2009-03-04 03:13:23.000000000 +1100
++++ setup.py 2012-06-25 12:54:38.000000000 +1000
+@@ -21,7 +21,7 @@
+ # Common configuration #
+ ########################
+
+-extra_link_args = ['--Wl,--no-undefined']
++extra_link_args = ['-Wl,--no-undefined']
+ include_dirs = []
+ library_dirs = []
+ defines = []
@@ -45,11 +45,8 @@
else:
# try to look for nifticlibs in some place
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120624/82fae81c/attachment-0001.html>
More information about the macports-changes
mailing list