pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xpipeman



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 17:36:13 UTC 2022

Modified Files:
        pkgsrc/games/xpipeman: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/xpipeman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xpipeman/Makefile
diff -u pkgsrc/games/xpipeman/Makefile:1.24 pkgsrc/games/xpipeman/Makefile:1.25
--- pkgsrc/games/xpipeman/Makefile:1.24 Sat Jan 30 18:42:47 2021
+++ pkgsrc/games/xpipeman/Makefile      Mon Aug 22 17:36:13 2022
@@ -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 th
 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