Files
ports/databases/redis/files/patch-tests_modules_Makefile
T
Eero Hanninen 5996ac3220 databases/redis: Compile fixes
PR:		276891
Reported by:	jekyll530@hotmail.com
2025-12-08 22:59:54 +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)","")