pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/tint2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 09:09:11 UTC 2023

Modified Files:
        pkgsrc/x11/tint2: Makefile

Log Message:
tint2: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/tint2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/tint2/Makefile
diff -u pkgsrc/x11/tint2/Makefile:1.68 pkgsrc/x11/tint2/Makefile:1.69
--- pkgsrc/x11/tint2/Makefile:1.68      Wed Apr 19 08:11:59 2023
+++ pkgsrc/x11/tint2/Makefile   Sun Jul  9 09:09:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2023/04/19 08:11:59 adam Exp $
+# $NetBSD: Makefile,v 1.69 2023/07/09 09:09:11 nia Exp $
 
 DISTNAME=              tint2-v17.0.2
 PKGNAME=               ${DISTNAME:S/-v/-/}
@@ -14,7 +14,9 @@ HOMEPAGE=             https://gitlab.com/o9000/tint
 COMMENT=               Lightweight panel/taskbar for X11
 LICENSE=               gnu-gpl-v2
 
-USE_LANGUAGES=         c c++ # XXX CMake. pkg does not really need c++
+# error: 'for' loop initial declarations are only allowed in C99 mode
+# XXX CMake. pkg does not really need c++
+USE_LANGUAGES=         c99 c++
 USE_CMAKE=             yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            msgfmt msgmerge pkg-config



Home | Main Index | Thread Index | Old Index