summaryrefslogtreecommitdiff
path: root/media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch')
-rw-r--r--media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch b/media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch
new file mode 100644
index 000000000000..86c69c162c42
--- /dev/null
+++ b/media-sound/mp3check/files/mp3check-0.8.7-fix-buildsystem.patch
@@ -0,0 +1,17 @@
+--- a/Makefile
++++ b/Makefile
+@@ -2,12 +2,10 @@
+ # Please see COPYING for license.
+
+ # --- config ----------------------------------------------------------------
+-WARN = -Wall -W -g
++WARN = -Wall -W
+ #OPT = -O2
+ OPT =
+-CPPFLAGS = $(ADDITIONAL_CPPFLAGS)
+-CXXFLAGS = $(WARN) $(OPT)
+-CXX = g++
++CXXFLAGS += $(WARN)
+ CC = $(CXX)
+
+ # --- default target