diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 01:35:33 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-09-30 04:22:48 +0200 |
| commit | 0d94aec254501d4fffcf5c882259de1392b0e2bc (patch) | |
| tree | 77918a7f375e1a455c3e5efcc569e6445310d614 /databases/redis6/files/patch-deps-Makefile | |
| parent | databases/mongodb42: Remove expired port (diff) | |
databases/redis6: Remove expired port
2023-09-30 databases/redis6: Has reached its EoL. Please migrate to newer version.
Diffstat (limited to 'databases/redis6/files/patch-deps-Makefile')
| -rw-r--r-- | databases/redis6/files/patch-deps-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/redis6/files/patch-deps-Makefile b/databases/redis6/files/patch-deps-Makefile deleted file mode 100644 index 385f0a116c6d..000000000000 --- a/databases/redis6/files/patch-deps-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- deps/Makefile.orig 2019-09-25 10:40:18 UTC -+++ deps/Makefile -@@ -58,7 +58,7 @@ ifeq ($(uname_S),SunOS) - LUA_CFLAGS= -D__C99FEATURES__=1 - endif - --LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' $(CFLAGS) -+LUA_CFLAGS+= -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' $(CFLAGS) - LUA_LDFLAGS+= $(LDFLAGS) - # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more - # challenging to cross-compile lua (and redis). These defines make it easier -@@ -68,7 +68,7 @@ ARFLAGS=rcu - - lua: .make-prerequisites - @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR) -- cd lua/src && $(MAKE) all CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" AR="$(AR) $(ARFLAGS)" -+ cd lua/src && $(MAKE) all CC="$(CC)" CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" AR="$(AR) $(ARFLAGS)" - - .PHONY: lua - |
