Ticket #54236: libepoxy.diff
File libepoxy.diff, 586 bytes (added by RJVB (René Bertin), 7 years ago) |
---|
-
graphics/libepoxy/Portfile
old new 66 66 if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} { 67 67 default_variants-append +python34 68 68 } 69 70 variant egl description {support EGL} {} 71 if {[variant_isset egl]} { 72 PortGroup active_variants 1.1 73 require_active_variants mesa egl 74 patchfiles-append patch-support-egl.diff 75 }