summaryrefslogtreecommitdiff
path: root/community/lz4/01-fix-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lz4/01-fix-include.patch')
-rw-r--r--community/lz4/01-fix-include.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/lz4/01-fix-include.patch b/community/lz4/01-fix-include.patch
deleted file mode 100644
index 960fb3674..000000000
--- a/community/lz4/01-fix-include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/programs/Makefile 2014-01-07 22:03:45.197517981 +0100
-+++ b/programs/Makefile 2014-01-07 22:03:43.126477362 +0100
-@@ -34,7 +34,7 @@
- DESTDIR=
- PREFIX=/usr
- CC=gcc
--CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
-+CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
-
- BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/share/man/man1