Ticket #20190: xorg-libX11.diff

File xorg-libX11.diff, 498 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

     
    3232                port:xorg-inputproto \
    3333                port:xorg-kbproto
    3434
     35use_autoreconf  yes
     36
     37configure.env-append    RAWCPP=${configure.cpp}
    3538configure.args  --without-xcb
     39
    3640variant x11_xcb description "use XCB for low-level protocol implementation" {
    3741        depends_lib-append port:xorg-libxcb
    3842        configure.args-delete --without-xcb