diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-02-13 12:25:02 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-02-13 12:25:02 +0000 |
commit | 69f903759a994ca53d4e65f97ca7eb15c56f8d8f (patch) | |
tree | 8ee257702429b84ddacd0b1dd76edb0cda670aac /databases/redis/files/patch-deps::linenoise::Makefile | |
parent | Add CONFLICTS with upcoming redis-2.2. (diff) |
Update from 2.0.4 (after repocopy to databases/redis2) to latest
release candidate 2.2.rc4.
Add CONFLICTS with redis-2.0.
Add NO_LATEST_LINK, should be removed after 2.2 release.
Notes
Notes:
svn path=/head/; revision=269065
Diffstat (limited to 'databases/redis/files/patch-deps::linenoise::Makefile')
-rw-r--r-- | databases/redis/files/patch-deps::linenoise::Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/redis/files/patch-deps::linenoise::Makefile b/databases/redis/files/patch-deps::linenoise::Makefile new file mode 100644 index 000000000000..2a79e2e3208c --- /dev/null +++ b/databases/redis/files/patch-deps::linenoise::Makefile @@ -0,0 +1,15 @@ +--- deps/linenoise/Makefile.orig 2010-12-24 09:27:03.000000000 +0300 ++++ deps/linenoise/Makefile 2010-12-24 09:27:47.000000000 +0300 +@@ -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 |