diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-29 11:18:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-29 11:18:46 +0000 |
commit | 63ab3f195d0b2cc7a3c91fdf5c3293e1eafc969e (patch) | |
tree | 8dfea7795d1c4c8153ff9cb8c38d3929b36f382a /x11/libxcb/files/patch-xcb.pc.in | |
parent | Update to 3.1.2 (diff) |
- Update to 1.0
PR: 108494
Submitted by: Ashish Shukla<wahjava@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=183614
Diffstat (limited to 'x11/libxcb/files/patch-xcb.pc.in')
-rw-r--r-- | x11/libxcb/files/patch-xcb.pc.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/libxcb/files/patch-xcb.pc.in b/x11/libxcb/files/patch-xcb.pc.in index 8ee3f293ef43..c9ed7bfdd4e9 100644 --- a/x11/libxcb/files/patch-xcb.pc.in +++ b/x11/libxcb/files/patch-xcb.pc.in @@ -1,10 +1,11 @@ ---- ./xcb.pc.in.orig Mon Sep 25 05:52:46 2006 -+++ ./xcb.pc.in Sun Oct 8 11:40:02 2006 -@@ -6,7 +6,6 @@ +--- xcb.pc.in.orig Wed Jan 24 16:34:02 2007 ++++ xcb.pc.in Wed Jan 24 16:36:32 2007 +@@ -6,7 +6,7 @@ Name: XCB Description: X-protocol C Binding Version: @PACKAGE_VERSION@ --Requires.private: xau +-Requires.private: @NEEDED@ ++Requires.private: pthread-stubs Libs: -L${libdir} -lxcb Libs.private: @LIBS@ Cflags: -I${includedir} |