don't require gettext
This commit is contained in:
parent
53ca192d6b
commit
b74001cc4e
|
@ -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
|
HOSTPROGNAME= ${_TOOL_PREFIX}zic
|
||||||
HOST_SRCDIR= usr.sbin/zic
|
HOST_SRCDIR= usr.sbin/zic
|
||||||
|
|
||||||
.if !empty(HOST_OSTYPE:MSunOS-5.1[01]-*)
|
.if !empty(HOST_OSTYPE:MSunOS-5.1[01]-*)
|
||||||
HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS
|
HOST_CPPFLAGS+= -D_POSIX_PTHREAD_SEMANTICS
|
||||||
.endif
|
.endif
|
||||||
|
HOST_CPPFLAGS+= -DHAVE_GETTEXT=0
|
||||||
|
|
||||||
.include "${.CURDIR}/../Makefile.host"
|
.include "${.CURDIR}/../Makefile.host"
|
||||||
|
|
Loading…
Reference in New Issue