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: Mon Aug 14 19:30:15 UTC 2023
Modified Files:
pkgsrc/games/teeworlds: Makefile
Log Message:
teeworlds: Use GNU language variants to fully expose libc functions
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/games/teeworlds/Makefile:1.28
--- pkgsrc/games/teeworlds/Makefile:1.27 Mon Aug 14 05:24:28 2023
+++ pkgsrc/games/teeworlds/Makefile Mon Aug 14 19:30:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/08/14 05:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/08/14 19:30:15 nia Exp $
DISTNAME= teeworlds-0.7.5-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -23,10 +23,10 @@ TOOL_DEPENDS+= icoutils-[0-9]*:../../gra
LDFLAGS.SunOS+= -lsocket -lnsl
# error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD= c99
+FORCE_C_STD= gnu99
# Fails with C++14 default language
-FORCE_CXX_STD= c++03
+FORCE_CXX_STD= gnu++03
INSTALLATION_DIRS+= share/appdata
INSTALLATION_DIRS+= share/applications
Home |
Main Index |
Thread Index |
Old Index