diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-15 20:36:05 +0200 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-07-17 18:32:03 +0800 |
commit | 7c50f93929bc6ba57432c8f044c4673969463c3f (patch) | |
tree | 8d74be73842c8b7cf46291ceefb8d02b296ec281 /sys-fs/cachefilesd | |
parent | sys-apps/portage-mgorny: Enable py3.7 (diff) | |
download | gentoo-7c50f93929bc6ba57432c8f044c4673969463c3f.tar.gz gentoo-7c50f93929bc6ba57432c8f044c4673969463c3f.tar.bz2 gentoo-7c50f93929bc6ba57432c8f044c4673969463c3f.zip |
sys-fs/cachefilesd: remove unused patch
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r-- | sys-fs/cachefilesd/files/cachefilesd-0.10.4-makefile.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-fs/cachefilesd/files/cachefilesd-0.10.4-makefile.patch b/sys-fs/cachefilesd/files/cachefilesd-0.10.4-makefile.patch deleted file mode 100644 index 5cbb24001c95..000000000000 --- a/sys-fs/cachefilesd/files/cachefilesd-0.10.4-makefile.patch +++ /dev/null @@ -1,24 +0,0 @@ - Makefile | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index d5d352e..9a98bf5 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,4 +1,3 @@ --CFLAGS := -g -O2 -Wall - INSTALL := install - DESTDIR := - ETCDIR := /etc -@@ -38,7 +37,10 @@ endif - ############################################################################### - all: cachefilesd - --cachefilesd: cachefilesd.c Makefile -+cachefilesd.o: cachefilesd.c -+ $(CC) $(CFLAGS) -c $< -+ -+cachefilesd: cachefilesd.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< - - ############################################################################### |