summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-10-11 11:08:36 +0000
committergrant <grant@pkgsrc.org>2003-10-11 11:08:36 +0000
commit063d08452c170b5771aefa70428b6f6e43ac7469 (patch)
tree1adbb870e2f2cbc54a03ea4f79764027934e1a7e /chat/xchat2
parentaaf49e562d73c542c01f159952cf26113eae006e (diff)
downloadpkgsrc-063d08452c170b5771aefa70428b6f6e43ac7469.tar.gz
add -lX11 to LDFLAGS.IRIX. fixes build on, well.. IRIX.
fixes PR pkg/22591 from Bas van Oostveen.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 953f9056a98..39f27ba69d6 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/10/03 08:09:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2003/10/11 11:08:36 grant Exp $
#
DISTNAME= xchat-2.0.5
@@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --enable-tcl=no
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
+LDFLAGS.IRIX+= -lX11
+
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_SOCKS XCHAT_USE_SSL