Ticket #37235: gis_no_gcc.diff
File gis_no_gcc.diff, 1.1 KB (added by thijsvermeir@…, 12 years ago) |
---|
-
Portfile
5 5 6 6 name gobject-introspection 7 7 version 1.34.1.1 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 categories gnome 10 11 platforms darwin … … 14 15 description GObject Introspection 15 16 16 17 long_description Gobject Introspection acts as a bridge between low-level C+GObject code and \ 17 a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.). 18 a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.). 18 19 19 20 homepage http://live.gnome.org/GObjectIntrospection 20 21 master_sites gnome:sources/${name}/${branch}/ … … 36 37 37 38 post-patch { 38 39 reinplace "s|'cc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/sourcescanner.py 40 reinplace "s|'gcc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/dumper.py 39 41 reinplace "s|libcairo-gobject.2.dylib|${prefix}/lib/libcairo-gobject.2.dylib|g" ${worksrcpath}/configure 40 42 } 41 43