ports/net/libproxy/files/patch-src_libproxy_test.map
Baptiste Daroussin 175a133a5d net/libproxy: fix symbol versionning on FreeBSD 14
latest update of libproxy added a check on the toolchain to verify if
symbols versionning is supported, but this test fails on FreeBSD 14.
2025-11-17 16:05:30 +01:00

8 lines
199 B
Plaintext

--- src/libproxy/test.map.orig 2025-11-17 14:48:23 UTC
+++ src/libproxy/test.map
@@ -1,2 +1,2 @@
#
-TEST { local: *; };
\ No newline at end of file
+TEST { global: environ; __progname; local: *; };