From 2ab1d7fc40aa140b2f7d041f13a0718f4b0cfade Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 22 Aug 2022 17:36:13 +0000 Subject: xpipeman: define SYSV on SunOS Unknown why pkgsrc's patch-ab unconditionally removed -DSYSV in 1998. Has probably been failing in bulk builds since then. --- games/xpipeman/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/xpipeman') diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 175e2620ace..f5c77d698af 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2021/01/30 18:42:47 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2022/08/22 17:36:13 tnn Exp $ # DISTNAME= xpipeman-1.5 @@ -14,6 +14,8 @@ COMMENT= Connect the pipes to contain the water flow game for X11 WRKSRC= ${WRKDIR}/xpipeman USE_IMAKE= yes +CPPFLAGS.SunOS+= -DSYSV + SETGIDGAME= yes CONF_FILES_PERMS= share/xpipeman/xpipescores /var/games/xpipescores \ ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE} -- cgit v1.2.3