summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-deps::Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-10-28 08:39:17 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-10-28 08:39:17 +0000
commit1523dab051c88201db5dc2cf0e257af8f4c7d78c (patch)
tree1f62b039aae2253b8b81ecdb535d7c10290e218f /databases/redis/files/patch-deps::Makefile
parent- convert to optionsng (diff)
Update from 2.4.17 to latest stable version 2.6.2.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306540
Diffstat (limited to 'databases/redis/files/patch-deps::Makefile')
-rw-r--r--databases/redis/files/patch-deps::Makefile17
1 files changed, 17 insertions, 0 deletions
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
+