Ticket #45263: gegl.diff

File gegl.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem      1.0
     5PortGroup       gobject_introspection 1.0
    56PortGroup       muniversal 1.0
    67
    78name            gegl
     
    3435
    3536depends_lib     port:babl \
    3637                port:gtk2 \
    37                 port:gobject-introspection\
    3838                port:jpeg \
    3939                port:lua \
    4040                port:openexr \
     
    5858
    5959compiler.blacklist *gcc*
    6060
    61 # gobject-introspection uses g-ir-scanner, which uses $CC from env
     61gobject_introspection yes
    6262
    63 if {[variant_isset universal]} {
    64     foreach arch ${configure.universal_archs} {
    65         lappend merger_build_args(${arch})  CC='${configure.cc} -arch ${arch}'
    66     }
    67 } else {
    68     build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
    69 }
    70 
    7163configure.args  --disable-docs \
    7264                --disable-silent-rules \
    73                 --enable-introspection=yes \
    7465                --without-graphviz \
    7566                --without-umfpack
    7667