Ticket #47828: libepoxy.diff
File libepoxy.diff, 785 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
Portfile
5 5 PortGroup github 1.0 6 6 7 7 github.setup anholt libepoxy 1.2 v 8 revision 1 8 9 license MIT permissive 9 10 categories graphics 10 11 maintainers devans openmaintainer … … 28 29 depends_lib port:mesa \ 29 30 port:xorg-libX11 30 31 31 patchfiles patch-configure.ac.diff 32 patchfiles patch-configure.ac.diff \ 33 patch-src-dispatch_common.c.diff 32 34 35 post-patch { 36 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/dispatch_common.c 37 } 38 33 39 configure.cmd ./autogen.sh 34 40 35 41 configure.python ${prefix}/bin/python3.4