diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 06:14:47 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 06:14:47 +0800 |
commit | 7143ae0057709f68ae4ce2651a2bc1448b99d276 (patch) | |
tree | c3a4138efd8e08a38ddd32eff022ddc6826eced1 | |
parent | 490e460f5acfa02501c5dd2f0927ef9209da5a25 (diff) | |
download | marcuscom-ports-7143ae0057709f68ae4ce2651a2bc1448b99d276.tar.gz marcuscom-ports-7143ae0057709f68ae4ce2651a2bc1448b99d276.tar.zst marcuscom-ports-7143ae0057709f68ae4ce2651a2bc1448b99d276.zip |
Use USE_GETOPT_LONG to fix build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3197 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/libxklavier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index dde2dbc76..10d679eed 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -19,6 +19,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnometarget gnomehack libxml2 INSTALLS_SHLIB= yes +USE_GETOPT_LONG=yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --disable-doxygen \ --with-xkb-base=${X11BASE}/lib/X11/xkb |