[31555] trunk/dports/lang/python25/Portfile

mww at macports.org mww at macports.org
Tue Nov 27 13:22:58 PST 2007


Revision: 31555
          http://trac.macosforge.org/projects/macports/changeset/31555
Author:   mww at macports.org
Date:     2007-11-27 13:22:58 -0800 (Tue, 27 Nov 2007)

Log Message:
-----------
fix build on 10.3 -- thanks to ebgssth at gmail.com #13322

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

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2007-11-27 21:13:03 UTC (rev 31554)
+++ trunk/dports/lang/python25/Portfile	2007-11-27 21:22:58 UTC (rev 31555)
@@ -63,6 +63,8 @@
 platform darwin 7 {
 	# there is no SystemStubs on 10.3
 	post-patch { reinplace "s|-lSystemStubs||g" ${worksrcpath}/Makefile.pre.in }
+	# To avoid GCC incompatibility issue. See http://nxg.me.uk/note/2004/restFP/ (by ebgssth at gmail.com, ticket #13322)
+	configure.ldflags-append "-lcc_dynamic"
 }
 
 platform darwin 8 {

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


More information about the macports-changes mailing list