From ee93caba9c7428e8e192b7e2007a2ef0d267a1c1 Mon Sep 17 00:00:00 2001 From: hans Date: Sun, 7 Mar 2010 19:10:10 +0000 Subject: [PATCH] Fix build on Solaris. "seems reasonable" by joerg. --- tools/zic/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/zic/Makefile b/tools/zic/Makefile index e0295cdb51a4..b9c87cd7e68d 100644 --- a/tools/zic/Makefile +++ b/tools/zic/Makefile @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2010/01/02 10:42:49 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/07 19:10:10 hans Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}zic HOST_SRCDIR= usr.sbin/zic +.if !empty(HOST_OSTYPE:MSunOS-5.11-*) +HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS +.endif + .include "${.CURDIR}/../Makefile.host"