summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/shed/files/shed-1.15-cflags.patch')
-rw-r--r--app-editors/shed/files/shed-1.15-cflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/shed/files/shed-1.15-cflags.patch b/app-editors/shed/files/shed-1.15-cflags.patch
deleted file mode 100644
index 2b675f7449f7..000000000000
--- a/app-editors/shed/files/shed-1.15-cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -2,7 +2,7 @@
- AM_INIT_AUTOMAKE(shed,1.15)
- AC_PROG_CC
- AC_PROG_INSTALL
--CFLAGS="-Wall"
-+CFLAGS="$CFLAGS -Wall"
- AC_SUBST(CFLAGS)
-
- AC_ARG_ENABLE(debug, [ --enable-debug gcc -g],enable_debug=yes)