pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/parlatype
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 08:20:50 UTC 2023
Modified Files:
pkgsrc/audio/parlatype: Makefile
Log Message:
parlatype: Assumes compiler defaults to c99.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/parlatype/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/parlatype/Makefile
diff -u pkgsrc/audio/parlatype/Makefile:1.4 pkgsrc/audio/parlatype/Makefile:1.5
--- pkgsrc/audio/parlatype/Makefile:1.4 Sun Jan 29 21:15:29 2023
+++ pkgsrc/audio/parlatype/Makefile Sun Jul 9 08:20:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/01/29 21:15:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/09 08:20:50 nia Exp $
DISTNAME= parlatype-3.1
PKGREVISION= 2
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v3 AND cc-by-sa-v4.0
USE_PKGLOCALEDIR= yes
USE_TOOLS+= itstool msgfmt pkg-config
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
MESON_ARGS+= -Dlocaledir=${PKGLOCALEDIR}/locale
Home |
Main Index |
Thread Index |
Old Index