diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-21 01:03:24 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-21 01:03:58 -0800 |
commit | 5bf395ad236a9f676d3c3a59e2ed8d7d9f5dacea (patch) | |
tree | 54c378938be23a493b8c511047ef1912dd88bc95 /www/cpp-httplib/files/patch-test_Makefile | |
parent | math/onednn: Update 2.4.4 -> 2.5 (diff) |
www/cpp-httplib: Update 0.9.7 -> 0.9.10
Reported by: portscout
Diffstat (limited to 'www/cpp-httplib/files/patch-test_Makefile')
-rw-r--r-- | www/cpp-httplib/files/patch-test_Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile index 20daf919ce67..059062c90e6b 100644 --- a/www/cpp-httplib/files/patch-test_Makefile +++ b/www/cpp-httplib/files/patch-test_Makefile @@ -1,13 +1,13 @@ ---- test/Makefile.orig 2021-10-15 11:13:16 UTC +--- test/Makefile.orig 2021-12-12 00:26:22 UTC +++ test/Makefile @@ -1,5 +1,5 @@ - #CXX = clang++ --CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion #-fsanitize=address -+CXXFLAGS += -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion #-fsanitize=address + CXX = clang++ +-CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address ++CXXFLAGS += -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address - OPENSSL_DIR = /usr/local/opt/openssl@1.1 - OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto -@@ -26,15 +26,15 @@ proxy : test_proxy + PREFIX = /usr/local + #PREFIX = $(shell brew --prefix) +@@ -30,15 +30,15 @@ proxy : test_proxy ./test_proxy test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem |