diff options
author | itojun <itojun> | 2000-11-02 00:12:29 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-02 00:12:29 +0000 |
commit | 258a238bddfe92fdf8ae257020f23497ec2f0e21 (patch) | |
tree | fc938f696451082533dc1ab6d4dc45ba6f3dcf2d /devel/gettext | |
parent | 0b236bf23472f9a3edc5c69d8600a76f9708e552 (diff) | |
download | pkgsrc-258a238bddfe92fdf8ae257020f23497ec2f0e21.tar.gz |
look at /usr/pkg/{include,lib}, so that we can build it with
devel/gettext-lib (not with in-tree libintl). from lukem.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 3ae25567c71..71bcbb428fe 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/10/31 17:20:48 itojun Exp $ +# $NetBSD: Makefile,v 1.20 2000/11/02 00:12:29 itojun Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -13,6 +13,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LIBINTL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" INFO_FILES= gettext.info |