Ticket #54236: libepoxy.diff

File libepoxy.diff, 586 bytes (added by RJVB (René Bertin), 7 years ago)
  • graphics/libepoxy/Portfile

    old new  
    6666if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
    6767    default_variants-append +python34
    6868}
     69
     70variant egl description {support EGL} {}
     71if {[variant_isset egl]} {
     72    PortGroup               active_variants 1.1
     73    require_active_variants mesa egl
     74    patchfiles-append       patch-support-egl.diff
     75}