diff options
author | tron <tron@pkgsrc.org> | 2000-09-19 21:01:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-09-19 21:01:42 +0000 |
commit | c7d5c13a575bec600c74af19606be2a675237cea (patch) | |
tree | 0a2e6751a13cf26b9d992ba977ecbbd4cf735609 | |
parent | c88b9ae437cd7489179adeeedcf5523952d2f45c (diff) | |
download | pkgsrc-c7d5c13a575bec600c74af19606be2a675237cea.tar.gz |
Configure with option "--with-included-gettext" to avoid building an
useless "libintl" if the "gettext" package is already installed.
Fix provided by Olaf 'Rhialto' Seibert in PR pkg/11039.
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index a82d9d8ddfc..559fc215aae 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/06/30 17:07:35 danw Exp $ +# $NetBSD: Makefile,v 1.15 2000/09/19 21:01:42 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -12,6 +12,7 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ARGS+= --with-included-gettext INFO_FILES= gettext.info |