pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext Use USE_BUILTIN.gettext=no instead. I'm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/305e19227feb
branches:  trunk
changeset: 473496:305e19227feb
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 20 13:36:47 2004 +0000

description:
Use USE_BUILTIN.gettext=no instead.  I'm not bothering with PKGREVISION this
time as it's obvious this doesn't change a thing for systems where compiling
actually succeeded.

diffstat:

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

diffs (26 lines):

diff -r 2948bad0b14d -r 305e19227feb devel/gettext/Makefile
--- a/devel/gettext/Makefile    Tue Apr 20 13:35:28 2004 +0000
+++ b/devel/gettext/Makefile    Tue Apr 20 13:36:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2004/04/19 17:06:07 tv Exp $
+# $NetBSD: Makefile,v 1.59 2004/04/20 13:36:47 tv Exp $
 # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
 #
 
@@ -15,7 +15,6 @@
 BUILDLINK_DEPENDS.gettext+=    gettext-lib>=0.11.5
 
 USE_BUILDLINK3=                yes
-USE_GNU_GETTEXT=       yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
@@ -32,6 +31,8 @@
 
 TEST_TARGET=           check
 
+USE_BUILTIN.gettext=   no # force use of pkgsrc gettext-lib
+
 post-install:
        cd ${WRKSRC}/intl; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-data
 



Home | Main Index | Thread Index | Old Index