pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gettext This bends over backwards to remove the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9335ef6797e
branches:  trunk
changeset: 481283:b9335ef6797e
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Sep 30 13:29:15 2004 +0000

description:
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:

 devel/gettext/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d7d15ce73403 -r b9335ef6797e devel/gettext/Makefile
--- a/devel/gettext/Makefile    Thu Sep 30 13:05:05 2004 +0000
+++ b/devel/gettext/Makefile    Thu Sep 30 13:29:15 2004 +0000
@@ -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_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
+SHLIBTOOL_OVERRIDE=    libtool
 CONFIGURE_ARGS+=       --without-included-gettext
 
 INFO_FILES=            gettext.info



Home | Main Index | Thread Index | Old Index