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)