summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files/patch-deps-hiredis-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/redis-devel/files/patch-deps-hiredis-Makefile')
-rw-r--r--databases/redis-devel/files/patch-deps-hiredis-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/redis-devel/files/patch-deps-hiredis-Makefile b/databases/redis-devel/files/patch-deps-hiredis-Makefile
index db5f7b7c5ca6..1b08c4514d3d 100644
--- a/databases/redis-devel/files/patch-deps-hiredis-Makefile
+++ b/databases/redis-devel/files/patch-deps-hiredis-Makefile
@@ -1,6 +1,6 @@
---- deps/hiredis/Makefile.orig 2019-11-24 18:44:27.552196000 -0500
-+++ deps/hiredis/Makefile 2019-11-24 19:16:28.147610000 -0500
-@@ -21,7 +21,7 @@
+--- deps/hiredis/Makefile.orig 2019-11-29 16:35:59 UTC
++++ deps/hiredis/Makefile
+@@ -21,7 +21,7 @@ HIREDIS_PATCH=$(shell grep HIREDIS_PATCH hiredis.h | a
HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}')
# Installation related variables and target
@@ -9,7 +9,7 @@
INCLUDE_PATH?=include/hiredis
LIBRARY_PATH?=lib
PKGCONF_PATH?=pkgconfig
-@@ -44,10 +44,8 @@
+@@ -44,10 +44,8 @@ export REDIS_TEST_CONFIG
# Fallback to gcc when $CC is not in $PATH.
CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || echo gcc')
CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev/null && echo $(CXX) || echo g++')
@@ -21,7 +21,7 @@
REAL_LDFLAGS=$(LDFLAGS)
DYLIBSUFFIX=so
-@@ -82,6 +80,16 @@
+@@ -82,6 +80,16 @@ endif
ifeq ($(uname_S),SunOS)
REAL_LDFLAGS+= -ldl -lnsl -lsocket
DYLIB_MAKE_CMD=$(CC) -G -o $(DYLIBNAME) -h $(DYLIB_MINOR_NAME) $(LDFLAGS)