diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-15 00:32:44 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-15 02:12:42 -0700 |
commit | 2575860321358416200b2bbac6d9f828dab13ca0 (patch) | |
tree | 52f5ad2d8621a731e2e1b42ea8c222c250f9e452 /www/cpp-httplib/files | |
parent | textproc/xmlf90: update 1.5.6 → 1.6.3 (diff) |
www/cpp-httplib: update 0.15.3 → 0.16.0
Diffstat (limited to 'www/cpp-httplib/files')
-rw-r--r-- | www/cpp-httplib/files/patch-test_Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile index 20dc22f42036..4088a49ddb46 100644 --- a/www/cpp-httplib/files/patch-test_Makefile +++ b/www/cpp-httplib/files/patch-test_Makefile @@ -1,13 +1,13 @@ ---- test/Makefile.orig 2022-06-07 13:52:08 UTC +--- test/Makefile.orig 2024-06-11 22:20:47 UTC +++ test/Makefile -@@ -1,5 +1,5 @@ +@@ -1,5 +1,5 @@ CXX = clang++ CXX = clang++ -CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion -Wshadow # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address +CXXFLAGS += -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion -Wshadow # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address - PREFIX = /usr/local - #PREFIX = $(shell brew --prefix) -@@ -30,15 +30,15 @@ proxy : test_proxy + PREFIX ?= $(shell brew --prefix) + +@@ -35,15 +35,15 @@ test : test.cc include_httplib.cc ../httplib.h Makefil ./test_proxy test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem |