diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-02-05 15:30:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-02-05 15:30:22 +0000 |
commit | 75fcd1487b1b5159cf5f04a2499451434eac948e (patch) | |
tree | 13c824427e671fe23bf7abd181fd4a51380a5746 /chat/xchat/Makefile | |
parent | 1703cd47c98bf9fe91477c9a9ec3636ac4b67c54 (diff) | |
download | pkgsrc-75fcd1487b1b5159cf5f04a2499451434eac948e.tar.gz |
make sure that -lutil appears at the correct location on the link line
(specifically _after_ -lpython2.0). Fixes recently noted compile problems
on alpha.
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 78fdc74ab2b..1da2f763385 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/25 18:32:14 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/05 15:30:22 dmcmahill Exp $ DISTNAME= xchat-1.6.2 CATEGORIES= chat x11 gnome @@ -17,11 +17,6 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include -.include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == NetBSD) -CONFIGURE_ENV+= LIBS=-lutil -.endif - pre-configure: @${TOUCH} ${WRKSRC}/stamp-h.in |