summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-08-19 19:20:30 +0000
committerseb <seb@pkgsrc.org>2002-08-19 19:20:30 +0000
commit3975007add75fea4c33d1844a6bb58219d98dbfb (patch)
tree1ea9bf745f67d8fe299691d87e8a24a58b9e30a6 /devel/gettext-lib
parentc858b5c1cd30f1d5e0e957f5f27c63a0b87decf3 (diff)
downloadpkgsrc-3975007add75fea4c33d1844a6bb58219d98dbfb.tar.gz
Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris
fix build and PLIST: - obey PKGLOCALEDIR - fix libtool's install mode invocation.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r--devel/gettext-lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile
index a17a5af67bd..ee50509323e 100644
--- a/devel/gettext-lib/Makefile
+++ b/devel/gettext-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/07/19 03:07:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2002/08/19 19:20:34 seb Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -21,6 +21,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-included-gettext
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
+CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
PATCHDIR= ${.CURDIR}/../../devel/gettext/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo