Module Name:    src
Committed By:   dholland
Date:           Thu Sep 29 10:59:26 UTC 2011

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
Fix the setting of "xcbincludedir" in .pc files (where the xcb XML
files live) so that anything that needs to find them can. Fixes build
of pkgsrc libxcb, not that that in particular is terribly important.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/share/mk/bsd.x11.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.103 src/share/mk/bsd.x11.mk:1.104
--- src/share/mk/bsd.x11.mk:1.103	Sat Sep 10 16:57:35 2011
+++ src/share/mk/bsd.x11.mk	Thu Sep 29 10:59:26 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.103 2011/09/10 16:57:35 apb Exp $
+#	$NetBSD: bsd.x11.mk,v 1.104 2011/09/29 10:59:26 dholland Exp $
 
 .include <bsd.init.mk>
 
@@ -286,7 +286,7 @@ pkgconfig-install: ${_PKGDEST.${_pkg}}
 		s,@LIBZ@,-lz,; \
 		s,@LIBBZ2@,-lbz2,; \
 		s,@xkb_base@,\\$$\{libdir\}/X11/xkb,; \
-		s,@xcbincludedir@,\\$$\{prefix\}/include/xcb,; \
+		s,@xcbincludedir@,\\$$\{prefix\}/share/xcb,; \
 		s,@fontrootdir@,\\$$\{libdir\}/X11/fonts,; \
 		s,@LIBXML2_LIBS@,,; \
 		s,@ICONV_LIBS@,,; \

Reply via email to