summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-01 01:46:38 +0000
committermarcus <marcus@FreeBSD.org>2004-12-01 01:46:38 +0000
commit045bba8f5e574a38f47b0af1947db9428f500382 (patch)
tree67977d67b9658f38f688ba0a8716337374281e18 /x11
parent367a293aff8878f4966f547904ae673764957c8b (diff)
downloadFreeBSD-ports-045bba8f5e574a38f47b0af1947db9428f500382.zip
FreeBSD-ports-045bba8f5e574a38f47b0af1947db9428f500382.tar.gz
Fix build with X.Org 6.8.1.
Submitted by: lesi
Diffstat (limited to 'x11')
-rw-r--r--x11/libxklavier/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index f7dd707..d00571d 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -21,7 +21,8 @@ USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack libxml2
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-doxygen
+CONFIGURE_ARGS= --disable-doxygen \
+ --with-xkb-base=${X11BASE}/lib/X11/xkb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
OpenPOWER on IntegriCloud