Source-Changes-HG archive

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

[src/trunk]: src/tools/zic don't require gettext



details:   https://anonhg.NetBSD.org/src/rev/6284c39e86c0
branches:  trunk
changeset: 372176:6284c39e86c0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 29 13:53:35 2022 +0000

description:
don't require gettext

diffstat:

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

diffs (17 lines):

diff -r c13753d0300d -r 6284c39e86c0 tools/zic/Makefile
--- a/tools/zic/Makefile        Sat Oct 29 13:53:19 2022 +0000
+++ b/tools/zic/Makefile        Sat Oct 29 13:53:35 2022 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.6 2011/03/03 14:53:01 nakayama Exp $
+#      $NetBSD: Makefile,v 1.7 2022/10/29 13:53:35 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}zic
 HOST_SRCDIR=   usr.sbin/zic
 
 .if !empty(HOST_OSTYPE:MSunOS-5.1[01]-*)
-HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS
+HOST_CPPFLAGS+=        -D_POSIX_PTHREAD_SEMANTICS
 .endif
+HOST_CPPFLAGS+= -DHAVE_GETTEXT=0
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index