pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/pt2-clone
Module Name: pkgsrc
Committed By: nia
Date: Fri Jan 29 09:11:40 UTC 2021
Modified Files:
pkgsrc/audio/pt2-clone: Makefile
Log Message:
pt2-clone: use c99
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/pt2-clone/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/pt2-clone/Makefile
diff -u pkgsrc/audio/pt2-clone/Makefile:1.3 pkgsrc/audio/pt2-clone/Makefile:1.4
--- pkgsrc/audio/pt2-clone/Makefile:1.3 Sun Jan 10 11:31:32 2021
+++ pkgsrc/audio/pt2-clone/Makefile Fri Jan 29 09:11:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/10 11:31:32 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/29 09:11:40 nia Exp $
DISTNAME= pt2-clone-1.28
CATEGORIES= audio
@@ -12,7 +12,9 @@ COMMENT= ProTracker 2 clone for Windows/
LICENSE= modified-bsd
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99 c++
INSTALLATION_DIRS+= share/examples/pt2-clone
Home |
Main Index |
Thread Index |
Old Index