From 5338ab3c41a8d68ce2ab46062ff04a5e61c019da Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 1 Dec 2011 13:04:21 +0000 Subject: Version Bump Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64 --- sys-fs/cachefilesd/files/0.10.4-makefile.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys-fs/cachefilesd/files/0.10.4-makefile.patch (limited to 'sys-fs/cachefilesd/files') diff --git a/sys-fs/cachefilesd/files/0.10.4-makefile.patch b/sys-fs/cachefilesd/files/0.10.4-makefile.patch new file mode 100644 index 000000000000..5cbb24001c95 --- /dev/null +++ b/sys-fs/cachefilesd/files/0.10.4-makefile.patch @@ -0,0 +1,24 @@ + 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 $@ $< + + ############################################################################### -- cgit v1.2.3-65-gdbad