[30877] trunk/dports/lang/python25/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Nov 9 11:15:40 PST 2007
Revision: 30877
http://trac.macosforge.org/projects/macports/changeset/30877
Author: mww at macports.org
Date: 2007-11-09 11:15:39 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
do not try to link to SystemStubs on 10.3 (it does not exist) -- #12873
Modified Paths:
--------------
trunk/dports/lang/python25/Portfile
Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile 2007-11-09 19:07:24 UTC (rev 30876)
+++ trunk/dports/lang/python25/Portfile 2007-11-09 19:15:39 UTC (rev 30877)
@@ -60,6 +60,11 @@
${destroot}${prefix}/share/man/man1/python${branche}.1
}
+platform darwin 7 {
+ # there is no SystemStubs on 10.3
+ post-patch { reinplace "s|-lSystemStubs||g" ${worksrcpath}/Makefile.pre.in }
+}
+
platform darwin 8 {
configure.compiler gcc-4.0
configure.args-append --with-cxx=/usr/bin/g++-4.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071109/d63af4a9/attachment.html
More information about the macports-changes
mailing list