Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Fix the setting of "xcbincludedir" in .pc files (wh...



details:   https://anonhg.NetBSD.org/src/rev/e40eddec7ad5
branches:  trunk
changeset: 769988:e40eddec7ad5
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Sep 29 10:59:26 2011 +0000

description:
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.

diffstat:

 share/mk/bsd.x11.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28a428ce260e -r e40eddec7ad5 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Thu Sep 29 09:44:08 2011 +0000
+++ b/share/mk/bsd.x11.mk       Thu Sep 29 10:59:26 2011 +0000
@@ -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 @@
                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@,,; \



Home | Main Index | Thread Index | Old Index