Ticket #33877: gdk-pixbuf2-enable-introspection.patch
File gdk-pixbuf2-enable-introspection.patch, 1.2 KB (added by neverpanic (Clemens Lang), 13 years ago) |
---|
-
Portfile
6 6 name gdk-pixbuf2 7 7 set my_name gdk-pixbuf 8 8 version 2.24.0 9 revision 1 9 10 epoch 2 10 11 license LGPL 11 12 set branch [join [lrange [split ${version} .] 0 1] .] … … 32 33 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ 33 34 port:libpng \ 34 35 port:jasper \ 35 port:tiff 36 port:tiff \ 37 port:gobject-introspection 36 38 37 39 pre-activate { 38 40 if { [file exists ${prefix}/lib/pkgconfig/gdk-pixbuf-2.0.pc] … … 48 50 } 49 51 50 52 configure.args --with-libjasper \ 51 --enable-introspection=no 53 --enable-introspection=yes 54 55 # gobject-introspection uses CC from env 56 build.env-append CC=${configure.compiler} 52 57 53 58 test.run yes 54 59 test.target check