summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-18 14:47:29 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-18 14:47:29 +0000
commit46a9e538abf8a9abb8ef1c2460e91e01928691c7 (patch)
treeb81815a3842f7742cd9a9986dac33014952cbb13 /chat/xchat2
parent77f5cb29f42f772de0b3884d7d5fdfc13f91ab6a (diff)
downloadpkgsrc-46a9e538abf8a9abb8ef1c2460e91e01928691c7.tar.gz
Add "-lX11" to LDFLAGS on Darwin. Should fix build problem noted
by Jeff Rizzo on tech-pkg@.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 4776da6831c..8aa8e2de652 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/07/02 08:04:18 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2004/07/18 14:47:29 schmonz Exp $
#
DISTNAME= xchat-2.0.10
@@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
LDFLAGS.IRIX+= -lX11
+LDFLAGS.Darwin+= -lX11
.include "../../mk/bsd.prefs.mk"