diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-18 14:47:29 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-18 14:47:29 +0000 |
commit | 6a6e215c9dbfb5ddd72f86459e91459e849ec4c9 (patch) | |
tree | b81815a3842f7742cd9a9986dac33014952cbb13 /chat | |
parent | ea3886e8182068a8074cb6afadf327d5193fb1c8 (diff) | |
download | pkgsrc-6a6e215c9dbfb5ddd72f86459e91459e849ec4c9.tar.gz |
Add "-lX11" to LDFLAGS on Darwin. Should fix build problem noted
by Jeff Rizzo on tech-pkg@.
Diffstat (limited to 'chat')
-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" |