Ticket #20190: xorg-libX11.diff
File xorg-libX11.diff, 498 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
32 32 port:xorg-inputproto \ 33 33 port:xorg-kbproto 34 34 35 use_autoreconf yes 36 37 configure.env-append RAWCPP=${configure.cpp} 35 38 configure.args --without-xcb 39 36 40 variant x11_xcb description "use XCB for low-level protocol implementation" { 37 41 depends_lib-append port:xorg-libxcb 38 42 configure.args-delete --without-xcb