summaryrefslogtreecommitdiff
path: root/x11/libxcb/patches/patch-ai
blob: 1706b16e083e038ac6a19b5dbfa759291ece2288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ai,v 1.1.1.1 2009/04/06 10:23:59 drochner 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@