pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/lrzsz Don't use .cat message catalog on Darwin b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/675a0fab0f08
branches:  trunk
changeset: 461878:675a0fab0f08
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Tue Sep 23 07:49:37 2003 +0000

description:
Don't use .cat message catalog on Darwin because it hasn't catgets().
Close PR pkg/21650 by Michael Wolfson.

diffstat:

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

diffs (18 lines):

diff -r 908c0fdc66e6 -r 675a0fab0f08 comms/lrzsz/Makefile
--- a/comms/lrzsz/Makefile      Tue Sep 23 07:46:07 2003 +0000
+++ b/comms/lrzsz/Makefile      Tue Sep 23 07:49:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:26:48 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/23 07:49:37 yyamano Exp $
 # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp
 
 DISTNAME=      lrzsz-0.12.20
@@ -16,7 +16,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.ifdef (${OPSYS} == "SunOS")
+.ifdef (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin")
 LOCALE_SUFFIX= mo
 .else
 LOCALE_SUFFIX= cat



Home | Main Index | Thread Index | Old Index