[100297] trunk/dports/gnome/gobject-introspection/Portfile

cal at macports.org cal at macports.org
Fri Dec 7 08:13:48 PST 2012


Revision: 100297
          https://trac.macports.org/changeset/100297
Author:   cal at macports.org
Date:     2012-12-07 08:13:48 -0800 (Fri, 07 Dec 2012)
Log Message:
-----------
gobject-introspection: ensure UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2012-12-07 15:37:05 UTC (rev 100296)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-12-07 16:13:48 UTC (rev 100297)
@@ -5,6 +5,7 @@
 
 name                gobject-introspection
 version             1.34.1.1
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 platforms           darwin
@@ -14,7 +15,7 @@
 description         GObject Introspection
 
 long_description    Gobject Introspection acts as a bridge between low-level C+GObject code and \
-                    a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.). 
+                    a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).
 
 homepage            http://live.gnome.org/GObjectIntrospection
 master_sites        gnome:sources/${name}/${branch}/
@@ -36,6 +37,7 @@
 
 post-patch {
     reinplace "s|'cc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/sourcescanner.py
+    reinplace "s|'gcc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/dumper.py
     reinplace "s|libcairo-gobject.2.dylib|${prefix}/lib/libcairo-gobject.2.dylib|g" ${worksrcpath}/configure
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121207/a3bf1ecc/attachment.html>


More information about the macports-changes mailing list