[94960] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Mon Jul 2 16:18:22 PDT 2012


Revision: 94960
          https://trac.macports.org/changeset/94960
Author:   ryandesign at macports.org
Date:     2012-07-02 16:18:20 -0700 (Mon, 02 Jul 2012)
Log Message:
-----------
py25-ode, py26-ode: fix build failure, by specifying dDOUBLE to match ode port (#34719; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/python/py25-ode/files/patch-setup-py.diff
    trunk/dports/python/py26-ode/files/patch-setup-py.diff

Modified: trunk/dports/python/py25-ode/files/patch-setup-py.diff
===================================================================
--- trunk/dports/python/py25-ode/files/patch-setup-py.diff	2012-07-02 21:46:47 UTC (rev 94959)
+++ trunk/dports/python/py25-ode/files/patch-setup-py.diff	2012-07-02 23:18:20 UTC (rev 94960)
@@ -1,6 +1,6 @@
---- setup.py.old	2009-06-29 19:59:53.000000000 -0700
-+++ setup.py	2009-06-29 20:00:12.000000000 -0700
-@@ -8,7 +8,7 @@
+--- setup.py.old	2012-06-04 15:53:45.000000000 -0700
++++ setup.py	2012-06-04 15:51:00.000000000 -0700
+@@ -8,13 +8,13 @@
  from stat import *
  
  # Include directories
@@ -9,3 +9,10 @@
  # Library directories
  LIB_DIRS = []
  # Libraries to link with
+ LIBS = []
+ # Additional compiler arguments
+-CC_ARGS = []
++CC_ARGS = ['-D dDOUBLE']
+ # Additional linker arguments
+ LINK_ARGS = []
+ 

Modified: trunk/dports/python/py26-ode/files/patch-setup-py.diff
===================================================================
--- trunk/dports/python/py26-ode/files/patch-setup-py.diff	2012-07-02 21:46:47 UTC (rev 94959)
+++ trunk/dports/python/py26-ode/files/patch-setup-py.diff	2012-07-02 23:18:20 UTC (rev 94960)
@@ -1,6 +1,6 @@
---- setup.py.old	2009-06-29 19:59:53.000000000 -0700
-+++ setup.py	2009-06-29 20:00:12.000000000 -0700
-@@ -8,7 +8,7 @@
+--- setup.py.old	2012-06-04 15:53:45.000000000 -0700
++++ setup.py	2012-06-04 15:51:00.000000000 -0700
+@@ -8,13 +8,13 @@
  from stat import *
  
  # Include directories
@@ -9,3 +9,10 @@
  # Library directories
  LIB_DIRS = []
  # Libraries to link with
+ LIBS = []
+ # Additional compiler arguments
+-CC_ARGS = []
++CC_ARGS = ['-D dDOUBLE']
+ # Additional linker arguments
+ LINK_ARGS = []
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120702/9d62b433/attachment-0001.html>


More information about the macports-changes mailing list