summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 18:57:08 +0000
committerdholland <dholland>2012-06-23 18:57:08 +0000
commitbd8f1d98f833d0be0ae33bf44f9b1b56840abff7 (patch)
tree29d417b65d82b6c822825bf2dd9b7d5baf797e71 /chat
parent91157ea5ccd9129da6996865d562d180018e443d (diff)
downloadpkgsrc-bd8f1d98f833d0be0ae33bf44f9b1b56840abff7.tar.gz
Explicitly disable xlib for these plugins, or they will in some situations
detect it without it being buildlinked, and then fail.
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat-perl/Makefile3
-rw-r--r--chat/xchat-python/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/xchat-perl/Makefile b/chat/xchat-perl/Makefile
index a7307f9e6f0..cb42e21cc3b 100644
--- a/chat/xchat-perl/Makefile
+++ b/chat/xchat-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/03/03 00:14:24 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2012/06/23 18:57:08 dholland Exp $
.include "../../chat/xchat/Makefile.common"
@@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --disable-gtkfe
CONFIGURE_ARGS+= --enable-tcl=no
CONFIGURE_ARGS+= --enable-perl
CONFIGURE_ARGS+= --disable-python
+CONFIGURE_ARGS+= --disable-xlib
USE_PERL5= YES
USE_TOOLS+= perl
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
index 994f7f999ae..10cb9cb4d3c 100644
--- a/chat/xchat-python/Makefile
+++ b/chat/xchat-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/03/15 11:53:22 obache Exp $
+# $NetBSD: Makefile,v 1.20 2012/06/23 18:57:08 dholland Exp $
.include "../../chat/xchat/Makefile.common"
@@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --disable-gtkfe
CONFIGURE_ARGS+= --enable-tcl=no
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --enable-python
+CONFIGURE_ARGS+= --disable-xlib
CONFIGURE_ENV+= ac_cv_path_pythonpath=${PYTHONBIN:Q}
.include "../../mk/bsd.prefs.mk"