Ticket #47532: imlib2.x11_variant.patch
File imlib2.x11_variant.patch, 1.2 KB (added by mkae (Marko Käning), 10 years ago) |
---|
-
Portfile
5 5 6 6 name imlib2 7 7 version 1.4.6 8 revision 18 revision 2 9 9 categories graphics devel 10 10 license Permissive 11 11 platforms darwin … … 33 33 port:jpeg \ 34 34 port:freetype \ 35 35 port:tiff \ 36 port:xorg-libsm \37 port:xorg-libX11 \38 port:xorg-libXext \39 36 port:zlib 40 37 41 38 patchfiles patch-imlib2-config.in.diff … … 43 40 use_autoreconf yes 44 41 autoreconf.args -fvi 45 42 46 configure.args --disable-amd64 43 configure.args --disable-amd64 \ 44 --without-x 47 45 46 variant x11 { 47 depends_lib-append port:xorg-libX11 \ 48 port:xorg-libsm \ 49 port:xorg-libXext 50 configure.args-delete --without-x 51 } 52 53 default_variants +x11 54 48 55 post-destroot { 49 56 set docdir ${prefix}/share/doc/${name} 50 57 xinstall -d ${destroot}${docdir}