pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext Set USE_GNU_GETTEXT. Without that, this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a902edab6dd
branches:  trunk
changeset: 473398:1a902edab6dd
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Apr 19 14:52:26 2004 +0000

description:
Set USE_GNU_GETTEXT.  Without that, this package doesn't pull in gettext-lib
and its buildlink goop (required here!) on systems where the native libintl
is typically "good enough" per bl3.

diffstat:

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

diffs (17 lines):

diff -r 911eeb0e3d49 -r 1a902edab6dd devel/gettext/Makefile
--- a/devel/gettext/Makefile    Mon Apr 19 14:37:32 2004 +0000
+++ b/devel/gettext/Makefile    Mon Apr 19 14:52:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/02/17 11:20:22 jlam Exp $
+# $NetBSD: Makefile,v 1.57 2004/04/19 14:52:26 tv Exp $
 # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
 #
 
@@ -15,6 +15,7 @@
 BUILDLINK_DEPENDS.gettext+=    gettext-lib>=0.11.5
 
 USE_BUILDLINK3=                yes
+USE_GNU_GETTEXT=       yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index