pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/classicube



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 18 22:51:12 UTC 2026

Modified Files:
        pkgsrc/games/classicube: Makefile

Log Message:
classicube: Fix build with recent gcc.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/classicube/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/classicube/Makefile
diff -u pkgsrc/games/classicube/Makefile:1.11 pkgsrc/games/classicube/Makefile:1.12
--- pkgsrc/games/classicube/Makefile:1.11       Fri Feb  6 10:04:44 2026
+++ pkgsrc/games/classicube/Makefile    Sat Apr 18 22:51:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/02/06 10:04:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/04/18 22:51:12 nia Exp $
 
 DISTNAME=      ClassiCube-1.3.6
 PKGNAME=       ${DISTNAME:tl}
@@ -15,6 +15,8 @@ USE_TOOLS+=   gmake
 
 TOOL_DEPENDS+= dos2unix-[0-9]*:../../converters/dos2unix
 
+FORCE_C_STD=   gnu89
+
 BUILD_TARGET=  default
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index