From 1523dab051c88201db5dc2cf0e257af8f4c7d78c Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sun, 28 Oct 2012 08:39:17 +0000 Subject: Update from 2.4.17 to latest stable version 2.6.2. Feature safe: yes --- databases/redis/files/patch-deps::linenoise::Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 databases/redis/files/patch-deps::linenoise::Makefile (limited to 'databases/redis/files/patch-deps::linenoise::Makefile') 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 -- cgit v1.2.3