From a00ccece1b929f54a7205ad8c412c3da2f0f5375 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 22 Nov 2012 18:21:12 +0000 Subject: Use more canonical names for patches. No functionaly changes. Don't bump PORTREVISION. Feature safe: yes --- databases/redis/files/patch-deps-Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 databases/redis/files/patch-deps-Makefile (limited to 'databases/redis/files/patch-deps-Makefile') diff --git a/databases/redis/files/patch-deps-Makefile b/databases/redis/files/patch-deps-Makefile new file mode 100644 index 000000000000..793a03c9bc61 --- /dev/null +++ b/databases/redis/files/patch-deps-Makefile @@ -0,0 +1,17 @@ +--- 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 + -- cgit v1.2.3