[32469] trunk/dports/python/py25-gobject/Portfile

afb at macports.org afb at macports.org
Thu Jan 3 04:01:33 PST 2008


Revision: 32469
          http://trac.macosforge.org/projects/macports/changeset/32469
Author:   afb at macports.org
Date:     2008-01-03 04:01:29 -0800 (Thu, 03 Jan 2008)

Log Message:
-----------
leopard workaround for missing symbols (#13337, #13781)

Modified Paths:
--------------
    trunk/dports/python/py25-gobject/Portfile

Modified: trunk/dports/python/py25-gobject/Portfile
===================================================================
--- trunk/dports/python/py25-gobject/Portfile	2008-01-03 11:59:20 UTC (rev 32468)
+++ trunk/dports/python/py25-gobject/Portfile	2008-01-03 12:01:29 UTC (rev 32469)
@@ -5,6 +5,7 @@
 name            py25-gobject
 set my_name     pygobject
 version         2.14.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      python gnome
 maintainers     nomaintainer
@@ -31,9 +32,16 @@
                 port:libxslt \
                 port:python25
 
-configure.env   PYTHON=python2.5
+configure.python    ${prefix}/bin/python2.5
 configure.args  --disable-glibtest
 
+platform darwin 9 { 
+    post-patch { 
+        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.am 
+        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/gobject/Makefile.in 
+    } 
+} 
+
 test.run        yes
 test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
 test.target     check

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


More information about the macports-changes mailing list