Ticket #45263: gjs.diff
File gjs.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 PortGroup compiler_blacklist_versions 1.0 6 PortGroup gobject_introspection 1.0 6 7 7 8 name gjs 8 9 version 1.42.0 … … 28 29 port:gnome-common \ 29 30 port:gettext 30 31 31 depends_lib port:gobject-introspection \ 32 port:readline \ 32 depends_lib port:readline \ 33 33 path:lib/pkgconfig/cairo.pc:cairo \ 34 34 port:dbus-glib \ 35 35 port:mozjs24 \ … … 47 47 48 48 use_parallel_build no 49 49 50 # gobject-introspection uses g-ir-scanner, which uses $CC from env 51 build.args-append CC="${configure.cc} ${configure.cc_archflags}" 50 gobject_introspection yes 52 51 53 # The rules enabled by gobject-introspection require GNU make 3.81+54 platform darwin 8 {55 depends_build-append port:gmake56 build.cmd ${prefix}/bin/gmake57 }58 59 52 livecheck.type gnome