diff options
author | tv <tv@pkgsrc.org> | 2004-09-30 13:29:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-09-30 13:29:15 +0000 |
commit | 6d37d605a84b999afd7e8a63eb87ef67982dcc5b (patch) | |
tree | 10bdfc1f76d1b21253ec694cfa6736194d94c336 /devel | |
parent | d6233e086d1a471cf02c36e9c359e35a45637b02 (diff) | |
download | pkgsrc-6d37d605a84b999afd7e8a63eb87ef67982dcc5b.tar.gz |
This bends over backwards to remove the .a file, so how about not compiling
it at all to do it the right way.... Add SHLIBTOOL_OVERRIDE.
Diffstat (limited to 'devel')
-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 7b6f4dcf4d8..9b0f22bbd7e 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2004/04/20 13:36:47 tv Exp $ +# $NetBSD: Makefile,v 1.60 2004/09/30 13:29:15 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -18,6 +18,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes +SHLIBTOOL_OVERRIDE= libtool CONFIGURE_ARGS+= --without-included-gettext INFO_FILES= gettext.info |