summaryrefslogtreecommitdiff
path: root/databases/redis
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-15 11:51:37 -0600
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-15 11:52:15 -0600
commit4f385871cbf90a525fdd38f075f7b3a27155ac3b (patch)
treebf84b416f4adb272fcc1f75d32969239bb3bd82e /databases/redis
parentb5d0d7bd56c0cba7748cd49b0d695dd7cadc9f5b (diff)
downloadfreebsd-ports-4f385871cbf90a525fdd38f075f7b3a27155ac3b.zip
databases/redis{,62,-devel}: Amend previous commit
The openresty patches work for luajit-devel, though redis is still broken with luajit enabled.
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 1ca005550206..721fb46b00b3 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -59,12 +59,12 @@ LDFLAGS+= -Wl,-E
.endif
.if ${PORT_OPTIONS:MLUAJIT}
-. if ${LUAJIT_VER} == luajit-openresty
+. if ${LUAJIT_VER} == luajit
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-Makefile.luajit
+. else
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-Makefile.luajit-or \
${PATCHDIR}/extra-patch-src-function_lua.c \
${PATCHDIR}/extra-patch-deps_lua_src_lua__cjson.c
-. else
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-Makefile.luajit
. endif
.endif