pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/abbayedesmorts



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May  6 14:37:14 UTC 2024

Modified Files:
        pkgsrc/games/abbayedesmorts: Makefile

Log Message:
abbayedesmorts: Assumes compiler default to c99


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/abbayedesmorts/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/abbayedesmorts/Makefile
diff -u pkgsrc/games/abbayedesmorts/Makefile:1.10 pkgsrc/games/abbayedesmorts/Makefile:1.11
--- pkgsrc/games/abbayedesmorts/Makefile:1.10   Sat Apr  6 08:05:22 2024
+++ pkgsrc/games/abbayedesmorts/Makefile        Mon May  6 14:37:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/04/06 08:05:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/06 14:37:14 nia Exp $
 
 DISTNAME=      abbayedesmorts-gpl-2.0.2
 PKGNAME=       ${DISTNAME:S/-gpl//1}
@@ -15,6 +15,9 @@ LICENSE=      gnu-gpl-v3
 
 USE_TOOLS+=    gmake
 
+# src/drawing.c:10: error: 'for' loop initial declaration used outside C99 mode
+FORCE_C_STD=   gnu99
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/pixmaps



Home | Main Index | Thread Index | Old Index