[MacPorts] #13322: Cannot build python25 on OS X 10.3
MacPorts
trac at macosforge.org
Sat Nov 17 02:47:09 PST 2007
#13322: Cannot build python25 on OS X 10.3
--------------------------------+-------------------------------------------
Reporter: ebgssth at gmail.com | Owner: macports-dev at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.5.2
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Comment (by ebgssth at gmail.com):
This patch fixes my problem.
But I doubt this is right way of fixing this.
{{{
Index: Portfile
===================================================================
--- Portfile (revision 31158)
+++ Portfile (working copy)
@@ -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/
+ configure.ldflags-append "-lcc_dynamic"
}
platform darwin 8 {
}}}
--
Ticket URL: <http://trac.macports.org/projects/macports/ticket/13322#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list