Ticket #45263: gegl.diff
File gegl.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup gobject_introspection 1.0 5 6 PortGroup muniversal 1.0 6 7 7 8 name gegl … … 34 35 35 36 depends_lib port:babl \ 36 37 port:gtk2 \ 37 port:gobject-introspection\38 38 port:jpeg \ 39 39 port:lua \ 40 40 port:openexr \ … … 58 58 59 59 compiler.blacklist *gcc* 60 60 61 # gobject-introspection uses g-ir-scanner, which uses $CC from env 61 gobject_introspection yes 62 62 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 71 63 configure.args --disable-docs \ 72 64 --disable-silent-rules \ 73 --enable-introspection=yes \74 65 --without-graphviz \ 75 66 --without-umfpack 76 67