summaryrefslogtreecommitdiff
path: root/www/cpp-httplib/files/patch-test_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cpp-httplib/files/patch-test_Makefile')
-rw-r--r--www/cpp-httplib/files/patch-test_Makefile10
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