diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-01 09:46:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-01 09:46:38 +0800 |
commit | 045bba8f5e574a38f47b0af1947db9428f500382 (patch) | |
tree | 67977d67b9658f38f688ba0a8716337374281e18 /x11 | |
parent | 367a293aff8878f4966f547904ae673764957c8b (diff) | |
download | freebsd-ports-graphics-045bba8f5e574a38f47b0af1947db9428f500382.tar.gz freebsd-ports-graphics-045bba8f5e574a38f47b0af1947db9428f500382.tar.zst freebsd-ports-graphics-045bba8f5e574a38f47b0af1947db9428f500382.zip |
Fix build with X.Org 6.8.1.
Submitted by: lesi
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxklavier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index f7dd7074c54..d00571d57dd 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" |