Files
ports/databases/redis84/files/patch-tests_modules_Makefile
T
Muhammad Moinur Rahman f68b637848 databases/redis84: New port
This is the redis 8.4.X branch of redis copied from databases/redis in
preparation for upgrading redis to redis 8.6.X branch.
2026-02-14 12:32:26 +01:00

15 lines
337 B
Plaintext

--- tests/modules/Makefile.orig 2025-12-02 10:24:24 UTC
+++ tests/modules/Makefile
@@ -34,6 +34,11 @@ endif
endif
endif
+ifeq ($(uname_S),FreeBSD)
+ LD = cc
+ CC = cc
+endif
+
# OS X 11.x doesn't have /usr/lib/libSystem.dylib and needs an explicit setting.
ifeq ($(uname_S),Darwin)
ifeq ("$(wildcard /usr/lib/libSystem.dylib)","")