pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/teeworlds



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 22:21:52 UTC 2023

Modified Files:
        pkgsrc/games/teeworlds: Makefile

Log Message:
teeworlds: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/teeworlds/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/teeworlds/Makefile
diff -u pkgsrc/games/teeworlds/Makefile:1.24 pkgsrc/games/teeworlds/Makefile:1.25
--- pkgsrc/games/teeworlds/Makefile:1.24        Sat May  6 19:09:30 2023
+++ pkgsrc/games/teeworlds/Makefile     Sun Jul  9 22:21:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/05/06 19:09:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2023/07/09 22:21:52 nia Exp $
 
 DISTNAME=      teeworlds-0.7.5-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -12,7 +12,8 @@ HOMEPAGE=     https://www.teeworlds.com/
 COMMENT=       Fast-paced retro multiplayer shooter
 LICENSE=       zlib AND 2-clause-bsd AND modified-bsd AND cc-by-sa-v3.0
 
-USE_LANGUAGES= c c++03
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99 c++03
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index