From 5219bc3cc8b557d12cd318cf81b5452c4749021e Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Jun 2001 20:33:00 +0000 Subject: LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. --- devel/gettext/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/gettext') diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 562828f982b..fb3bd0073bf 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/06/11 06:34:26 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2001/06/12 20:33:02 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LIBINTL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" +LIBS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include INFO_FILES= gettext.info -- cgit v1.2.3