From 7b61bd67bdbbe35ecc39f86ba0ed3cfc51197f3e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 1 May 2019 17:33:45 +0000 Subject: sysutils/fusefs-pod: fix build with GCC-based architectures Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp: /usr/local/lib/libtag.so: undefined reference to `std::__cxx11::basic_string, std::allocator >::find_last_not_of(wchar_t const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' PR: 237157 Approved by: mat (mentor), fjoe (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20113 --- sysutils/fusefs-pod/files/patch-src_fusepod__util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/fusefs-pod/files/patch-src_fusepod__util.h (limited to 'sysutils/fusefs-pod/files/patch-src_fusepod__util.h') diff --git a/sysutils/fusefs-pod/files/patch-src_fusepod__util.h b/sysutils/fusefs-pod/files/patch-src_fusepod__util.h new file mode 100644 index 000000000000..e4bb07a47865 --- /dev/null +++ b/sysutils/fusefs-pod/files/patch-src_fusepod__util.h @@ -0,0 +1,10 @@ +--- src/fusepod_util.h.orig 2019-04-09 11:38:35 UTC ++++ src/fusepod_util.h +@@ -15,6 +15,7 @@ + #ifndef _FUSEPOD_UTIL_H_ + #define _FUSEPOD_UTIL_H_ + ++#include + #include + #include + -- cgit v1.2.3