diff options
Diffstat (limited to 'databases/redis/files/patch-deps::linenoise::Makefile')
-rw-r--r-- | databases/redis/files/patch-deps::linenoise::Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/redis/files/patch-deps::linenoise::Makefile b/databases/redis/files/patch-deps::linenoise::Makefile deleted file mode 100644 index de4181edbd6c..000000000000 --- a/databases/redis/files/patch-deps::linenoise::Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- deps/linenoise/Makefile.orig 2012-02-22 17:23:43.000000000 +0400 -+++ deps/linenoise/Makefile 2012-02-24 16:48:55.000000000 +0400 -@@ -1,10 +1,10 @@ - linenoise_example: linenoise.h linenoise.c - - linenoise_example: linenoise.o example.o -- $(CC) $(ARCH) -Wall -W -Os -g -o linenoise_example linenoise.o example.o -+ $(CC) $(CFLAGS) -o linenoise_example linenoise.o example.o - - .c.o: -- $(CC) $(ARCH) -c -Wall -W -Os -g $< -+ $(CC) $(CFLAGS) -c $< - - clean: - rm -f linenoise_example *.o |