pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/lrzsz Let not to use internal libintl, broken ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9e062490386
branches:  trunk
changeset: 529638:f9e062490386
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Jun 08 13:55:41 2007 +0000

description:
Let not to use internal libintl, broken gettext detection.
Should also fix PR 33141.

diffstat:

 comms/lrzsz/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2224964d5a3d -r f9e062490386 comms/lrzsz/Makefile
--- a/comms/lrzsz/Makefile      Fri Jun 08 13:34:19 2007 +0000
+++ b/comms/lrzsz/Makefile      Fri Jun 08 13:55:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:05 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/08 13:55:41 obache Exp $
 
 DISTNAME=      lrzsz-0.12.20
 CATEGORIES=    comms
@@ -17,6 +17,7 @@
 
 .if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \
        || ${OPSYS} == "Linux")
+BROKEN_GETTEXT_DETECTION=yes
 .  include "../../devel/gettext-lib/buildlink3.mk"
 LOCALE_SUFFIX=         mo
 .else



Home | Main Index | Thread Index | Old Index