diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-01 19:29:48 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-01 20:01:27 -0700 |
commit | 12102f1679946fe354d91b5da10f708899d3682b (patch) | |
tree | ecfb2f24e06f06b7dccf3596db56f2d833763796 | |
parent | security/vuxml: document tomcat CVE-2021-33037 (diff) |
sysutils/fusefs-pod: Prepare for glib 2.68.3
PR: 256200
-rw-r--r-- | sysutils/fusefs-pod/files/patch-src_fusepod__ipod.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/fusefs-pod/files/patch-src_fusepod__ipod.h b/sysutils/fusefs-pod/files/patch-src_fusepod__ipod.h new file mode 100644 index 000000000000..c0f147ea9465 --- /dev/null +++ b/sysutils/fusefs-pod/files/patch-src_fusepod__ipod.h @@ -0,0 +1,12 @@ +--- src/fusepod_ipod.h.orig 2021-08-02 02:27:26 UTC ++++ src/fusepod_ipod.h +@@ -15,9 +15,7 @@ + #ifndef _FUSEPOD_IPOD_H_ + #define _FUSEPOD_IPOD_H_ + +-extern "C" { + #include <gpod/itdb.h> +-} + + #include <string> + #include <cstring> |