nixpkgs/pkgs/applications/audio/jackmix/no_error.patch

14 lines
353 B
Diff
Raw Permalink Normal View History

diff --git a/SConstruct b/SConstruct
index 8bf6517..a432aa9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -16,7 +16,7 @@ env = Environment(
env.Replace(LIBS="")
env.Replace(LIBPATH="")
-env.MergeFlags(['-Wall', '-Werror', '-g', '-fpic', '-std=c++11'])
+env.MergeFlags(['-g', '-fpic', '-std=c++11'])
tests = {}
tests.update(env['PKGCONFIG_TESTS'])