diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-16 19:58:31 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-16 22:43:36 -0800 |
commit | b6b336b5c8de951d418561102a225f593e73cfe2 (patch) | |
tree | 6fe0194ad07329d2c61e19eda6dd6deebd9385ac /www/cpp-httplib/files | |
parent | sysutils/mise: update 2025.2.3 → 2025.2.4 (diff) |
www/cpp-httplib: update 0.18.7 → 0.19.0
Reported by: portscout
Diffstat (limited to 'www/cpp-httplib/files')
-rw-r--r-- | www/cpp-httplib/files/patch-test_Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile index 4088a49ddb46..ba0b29c86431 100644 --- a/www/cpp-httplib/files/patch-test_Makefile +++ b/www/cpp-httplib/files/patch-test_Makefile @@ -1,4 +1,4 @@ ---- test/Makefile.orig 2024-06-11 22:20:47 UTC +--- test/Makefile.orig 2025-02-14 19:42:29 UTC +++ test/Makefile @@ -1,5 +1,5 @@ CXX = clang++ CXX = clang++ @@ -7,7 +7,7 @@ PREFIX ?= $(shell brew --prefix) -@@ -35,15 +35,15 @@ test : test.cc include_httplib.cc ../httplib.h Makefil +@@ -35,18 +35,18 @@ test : test.cc include_httplib.cc ../httplib.h Makefil ./test_proxy test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem @@ -20,6 +20,9 @@ - $(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc $(TEST_ARGS) + $(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc ${LDFLAGS} $(TEST_ARGS) + check_abi: + @./check-shared-library-abi-compatibility.sh + test_proxy : test_proxy.cc ../httplib.h Makefile cert.pem - $(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc $(TEST_ARGS) + $(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc ${LDFLAGS} $(TEST_ARGS) |