diff options
author | tv <tv> | 2004-09-30 13:29:15 +0000 |
---|---|---|
committer | tv <tv> | 2004-09-30 13:29:15 +0000 |
commit | 10d12d8556ae5074937b4ca043f4ee60c06785f3 (patch) | |
tree | 10bdfc1f76d1b21253ec694cfa6736194d94c336 /devel/gettext | |
parent | 4261f8b3bc283b024c9541757fe7aa90c8ec709b (diff) | |
download | pkgsrc-10d12d8556ae5074937b4ca043f4ee60c06785f3.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/gettext')
-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 |