Ticket #47828: libepoxy.diff

File libepoxy.diff, 785 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)
  • Portfile

     
    55PortGroup           github 1.0
    66
    77github.setup        anholt libepoxy 1.2 v
     8revision            1
    89license             MIT permissive
    910categories          graphics
    1011maintainers         devans openmaintainer
     
    2829depends_lib         port:mesa \
    2930                    port:xorg-libX11
    3031
    31 patchfiles          patch-configure.ac.diff
     32patchfiles          patch-configure.ac.diff \
     33                    patch-src-dispatch_common.c.diff
    3234
     35post-patch {
     36    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/dispatch_common.c
     37}
     38
    3339configure.cmd       ./autogen.sh
    3440
    3541configure.python    ${prefix}/bin/python3.4