Ticket #45370: vips-gobject-introspection.diff
File vips-gobject-introspection.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
18 18 checksums rmd160 cb3d028c05e0375220b63d1d2322284abbc0c51f \ 19 19 sha256 26207184227301ad47c1c8fd5f7f98556087b6add63fa776b54abefed4ae062d 20 20 21 configure.args --enable-gtk-doc22 23 21 depends_build port:gtk-doc \ 24 22 port:pkgconfig 25 23 … … 27 25 path:lib/pkgconfig/pango.pc:pango \ 28 26 port:cfitsio \ 29 27 port:fftw-3 \ 28 port:gobject-introspection \ 30 29 port:ImageMagick \ 31 30 port:jpeg \ 32 31 port:lcms2 \ … … 42 41 port:tiff \ 43 42 port:zlib 44 43 44 configure.args --enable-gtk-doc \ 45 --enable-introspection 46 47 # gobject-introspection uses g-ir-scanner, which uses $CC from env 48 build.args-append CC="${configure.cc} ${configure.cc_archflags}" 49 50 # The rules enabled by gobject-introspection require GNU make 3.81+ 51 platform darwin 8 { 52 depends_build-append port:gmake 53 build.cmd ${prefix}/bin/gmake 54 } 55 45 56 livecheck.type regex 46 57 livecheck.url ${homepage}/supported/current/ 47 58 livecheck.regex >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<