Ticket #41408: xcb-Portfile.patch

File xcb-Portfile.patch, 485 bytes (added by qbarnes (Quentin Barnes), 10 years ago)

Patchfile for xcb's Portfile to work around the xmkmf problem

  • Portfile

    old new  
    44
    55name             xcb
    66version          2.4
    7 revision         3
     7revision         4
    88categories       x11
    99maintainers      gmail.com:qbarnes
    1010description      tool for managing X11 cut-buffers
     
    2323
    2424use_xmkmf       yes
    2525
     26compiler.blacklist      *clang*
     27
     28build.env-append IMAKECPP="${configure.cpp}"
     29
    2630depends_lib \
    2731        port:xorg-libXaw
    2832