diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-10-28 08:39:17 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-10-28 08:39:17 +0000 |
commit | 1523dab051c88201db5dc2cf0e257af8f4c7d78c (patch) | |
tree | 1f62b039aae2253b8b81ecdb535d7c10290e218f /databases/redis/files/patch-deps::linenoise::Makefile | |
parent | - convert to optionsng (diff) |
Update from 2.4.17 to latest stable version 2.6.2.
Feature safe: yes
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 |