pkgsrc-wip/libxcb/patches/patch-ai
2008-03-25 20:51:34 +00:00

19 lines
498 B
Text

$NetBSD: patch-ai,v 1.1 2008/03/25 20:51:34 bsadewitz Exp $
--- xcb.pc.in.orig 2006-11-24 05:42:54.000000000 -0500
+++ xcb.pc.in
@@ -3,10 +3,12 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+XTHREADLIB=@XTHREADLIB@
+
Name: XCB
Description: X-protocol C Binding
Version: @PACKAGE_VERSION@
Requires.private: @NEEDED@
Libs: -L${libdir} -lxcb
-Libs.private: @LIBS@
-Cflags: -I${includedir}
+Libs.private: @LIBS@ @XTHREADLIB@
+Cflags: -I${includedir} @XTHREAD_CPPFLAGS@