[26446] trunk/dports/lang/python24/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 23 13:04:09 PDT 2007


Revision: 26446
          http://trac.macosforge.org/projects/macports/changeset/26446
Author:   mgrimes at macports.org
Date:     2007-06-23 13:04:07 -0700 (Sat, 23 Jun 2007)

Log Message:
-----------
Fix python2.4 for 9a466.

Modified Paths:
--------------
    trunk/dports/lang/python24/Portfile

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2007-06-23 19:41:26 UTC (rev 26445)
+++ trunk/dports/lang/python24/Portfile	2007-06-23 20:04:07 UTC (rev 26446)
@@ -100,6 +100,10 @@
     configure.args-append --with-cxx=/usr/bin/g++-4.0
 }
 
+platform darwin 9 {
+    configure.post_args-append  OPT="-D__DARWIN_UNIX03"
+}
+
 livecheck.check regex
 livecheck.url   http://www.python.org/download/releases/
 livecheck.regex Python (2.4.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070623/be9cfb29/attachment.html


More information about the macports-changes mailing list