pkgsrc-WIP-changes archive

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

picom: force gnu11 for alloca



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Feb 15 11:03:50 2025 +0100
Changeset:	5934c88d95c1e34d9828bd90bc831dbb6b167ac6

Modified Files:
	picom/Makefile

Log Message:
picom: force gnu11 for alloca

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5934c88d95c1e34d9828bd90bc831dbb6b167ac6

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

diffstat:
 picom/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/picom/Makefile b/picom/Makefile
index 04067e041d..5520327c9e 100644
--- a/picom/Makefile
+++ b/picom/Makefile
@@ -25,6 +25,7 @@ SUBST_MESSAGE.rubyver=	Fixing asciidoctor executable name.
 
 USE_TOOLS+=		pkg-config
 USE_LANGUAGES=		c c++
+FORCE_C_STD=		gnu11
 MESON_ARGS+=		-Dwith_docs=true
 REPLACE_SH+=		bin/picom-trans
 PYTHON_FOR_BUILD_ONLY=	tool


Home | Main Index | Thread Index | Old Index