pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xpipeman xpipeman: define SYSV on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/855ae17b260d
branches:  trunk
changeset: 383764:855ae17b260d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 17:36:13 2022 +0000

description:
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.

diffstat:

 games/xpipeman/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e4262afe7114 -r 855ae17b260d games/xpipeman/Makefile
--- a/games/xpipeman/Makefile   Mon Aug 22 17:23:36 2022 +0000
+++ b/games/xpipeman/Makefile   Mon Aug 22 17:36:13 2022 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index