Ticket #33877: pango-enable-introspection.patch
File pango-enable-introspection.patch, 1.1 KB (added by neverpanic (Clemens Lang), 13 years ago) |
---|
-
Portfile
8 8 conflicts pango-devel 9 9 epoch 1 10 10 version 1.28.4 11 revision 211 revision 3 12 12 set branch [join [lrange [split ${version} .] 0 1] .] 13 13 categories x11 14 14 maintainers ryandesign openmaintainer … … 35 35 36 36 depends_lib \ 37 37 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 38 path:lib/pkgconfig/cairo.pc:cairo 38 path:lib/pkgconfig/cairo.pc:cairo \ 39 port:gobject-introspection 39 40 40 41 archcheck.files lib/libglib-2.0.dylib \ 41 42 lib/libcairo.dylib … … 102 103 103 104 configure.args \ 104 105 --enable-static \ 105 -- disable-introspection \106 --enable-introspection \ 106 107 --without-x 107 108 109 # gobject-introspection uses $CC from env 110 build.env-append \ 111 CC=${configure.cc} 112 108 113 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} { 109 114 configure.args-append --with-included-modules 110 115 }