summarylogtreecommitdiffstats
path: root/mp3guessenc-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mp3guessenc-flags.patch')
-rw-r--r--mp3guessenc-flags.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/mp3guessenc-flags.patch b/mp3guessenc-flags.patch
deleted file mode 100644
index 852ae14827cf..000000000000
--- a/mp3guessenc-flags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur mp3guessenc-0.27.4.orig/Makefile mp3guessenc-0.27.4/Makefile
---- mp3guessenc-0.27.4.orig/Makefile 2019-01-06 20:33:01.398143759 -0500
-+++ mp3guessenc-0.27.4/Makefile 2019-01-06 20:33:22.401596893 -0500
-@@ -31,8 +31,8 @@
- CC = gcc
- #CC = tcc
- #CC = clang
--CFLAGS = -Wall
--LDFLAGS =
-+CFLAGS += -Wall
-+LDFLAGS +=
- LIBS =
-
- # no need to change anything below here