Changeset 98489


Ignore:
Timestamp:
Oct 6, 2012, 11:03:45 PM (12 years ago)
Author:
ryandesign@…
Message:

json-glib: ensure that even the gobject-introspection part is UsingTheRightCompiler (#36501)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/json-glib/Portfile

    r93888 r98489  
    3131configure.args      --enable-introspection=yes
    3232
     33# gobject-introspection uses g-ir-scanner, which uses $CC from env
     34build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
     35
    3336platform darwin 8 {
    3437        configure.args-delete --enable-introspection=yes
Note: See TracChangeset for help on using the changeset viewer.