From df02c2896a914a42aa96458afd05a3cf0baa18a3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 15 May 2026 11:49:30 +0300 Subject: [PATCH] easytag --- multimedia/editor/easytag/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/editor/easytag/actions.py b/multimedia/editor/easytag/actions.py index 01a17e4e68..67f210c182 100644 --- a/multimedia/editor/easytag/actions.py +++ b/multimedia/editor/easytag/actions.py @@ -13,6 +13,8 @@ i = ''.join([ ]) def setup(): + pisitools.cflags.add("-std=c99") + pisitools.cxxflags.add("-std=c++11") shelltools.system("NOCONFIGURE=1 sh autogen.sh") autotools.configure(i)