diff options
author | tnn <tnn@pkgsrc.org> | 2022-08-22 17:36:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-08-22 17:36:13 +0000 |
commit | 2ab1d7fc40aa140b2f7d041f13a0718f4b0cfade (patch) | |
tree | e75dfc07a4cf71dccb05ca6a030986e4757c5f42 | |
parent | d0feecb9ee50acd29fa6da4e9888a6024589ea12 (diff) | |
download | pkgsrc-2ab1d7fc40aa140b2f7d041f13a0718f4b0cfade.tar.gz |
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.
-rw-r--r-- | games/xpipeman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |