diff options
Diffstat (limited to 'databases/redis/files/patch-deps::Makefile')
-rw-r--r-- | databases/redis/files/patch-deps::Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/redis/files/patch-deps::Makefile b/databases/redis/files/patch-deps::Makefile deleted file mode 100644 index 793a03c9bc61..000000000000 --- a/databases/redis/files/patch-deps::Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- deps/Makefile.orig 2012-07-02 04:18:07.000000000 +0400 -+++ deps/Makefile 2012-07-02 04:18:56.000000000 +0400 -@@ -58,12 +58,12 @@ - LUA_CFLAGS= -D__C99FEATURES__=1 - endif - --LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI $(CFLAGS) -+LUA_CFLAGS+= -Wall -DLUA_ANSI $(CFLAGS) - LUA_LDFLAGS+= $(LDFLAGS) - - lua: .make-prerequisites - @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR) -- cd lua/src && $(MAKE) all CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" -+ cd lua/src && $(MAKE) all CC="$(CC)" CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" - - .PHONY: lua - |