summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-03 09:56:24 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-04 00:39:26 +0100
commitbb7eb5e793651709ca29431a1933d01c86e890a5 (patch)
treed08fe8fca91bca2a3c691c5973fe1f1b88507795 /media-sound/mixxx/files/mixxx-1.10.0-cflags.patch
parentmedia-sound/gmorgan: remove unused patch. (diff)
downloadgentoo-bb7eb5e793651709ca29431a1933d01c86e890a5.tar.gz
gentoo-bb7eb5e793651709ca29431a1933d01c86e890a5.tar.bz2
gentoo-bb7eb5e793651709ca29431a1933d01c86e890a5.zip
media-sound/mixxx: remove unused patches.
Diffstat (limited to 'media-sound/mixxx/files/mixxx-1.10.0-cflags.patch')
-rw-r--r--media-sound/mixxx/files/mixxx-1.10.0-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/mixxx/files/mixxx-1.10.0-cflags.patch b/media-sound/mixxx/files/mixxx-1.10.0-cflags.patch
deleted file mode 100644
index b6c8655a73a6..000000000000
--- a/media-sound/mixxx/files/mixxx-1.10.0-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mixxx-1.10.0/build/depends.py
-+++ mixxx-1.10.0/build/depends.py
-@@ -623,10 +555,8 @@
- if build.toolchain_is_gnu:
- # Default GNU Options
- # TODO(XXX) always generate debugging info?
-- build.env.Append(CCFLAGS = '-pipe')
- build.env.Append(CCFLAGS = '-Wall')
- build.env.Append(CCFLAGS = '-Wextra')
-- build.env.Append(CCFLAGS = '-g')
-
- # Check that g++ is present (yeah, SCONS is a bit dumb here)
- if os.system("which g++ > /dev/null"): #Checks for non-zero return code