diff options
author | schmonz <schmonz> | 2004-07-18 14:47:29 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-07-18 14:47:29 +0000 |
commit | 34b0cceeaba5470bab82d12a5a90ca97b82e50bf (patch) | |
tree | b81815a3842f7742cd9a9986dac33014952cbb13 /chat/xchat2 | |
parent | 491f007c8e2f36c8a6b582f71750de5d443c401c (diff) | |
download | pkgsrc-34b0cceeaba5470bab82d12a5a90ca97b82e50bf.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/Makefile | 3 |
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" |