You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/giada/files/giada-0.5.4-flags.patch

11 lines
317 B

--- giada-0.5.4/src/Makefile.am
+++ giada-0.5.4/src/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-AM_CXXFLAGS = -Wall -pedantic -Werror
+AM_CXXFLAGS = -Wall -pedantic
# aeffect.h (header from VST SDK) uses 'long long' which is not supported
# in ISO C++ 1998 and -Werror flag breaks the compilation.