diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2019-10-03 17:45:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2019-10-03 17:45:39 +0000 |
commit | dc1345d493a2d8030f04de3a3f4b4e733ea921a0 (patch) | |
tree | 7a678a1fa08e8bbeac9554f43937ce9ecf9d11c4 /sysutils/fusefs-smbnetfs | |
parent | mail/xfce4-mailwatch-plugin: fix build on GCC architectures (diff) |
Add a patch from upstream, fixing the author's typo in an option's name.
It only affects users of libsecret, which is off by default -- thus no
port-revision bump.
Notes
Notes:
svn path=/head/; revision=513679
Diffstat (limited to 'sysutils/fusefs-smbnetfs')
-rw-r--r-- | sysutils/fusefs-smbnetfs/files/patch-bug47 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/fusefs-smbnetfs/files/patch-bug47 b/sysutils/fusefs-smbnetfs/files/patch-bug47 new file mode 100644 index 000000000000..73c1ec3ed5b8 --- /dev/null +++ b/sysutils/fusefs-smbnetfs/files/patch-bug47 @@ -0,0 +1,12 @@ +See: + https://sourceforge.net/p/smbnetfs/git/ci/fc721fecd9ea47a671cfa3acc4d2d0127bfdfc8c/ + +--- src/reconfigure.c 2018-01-04 15:59:38.000000000 -0500 ++++ src/reconfigure.c 2019-10-03 09:25:22.227842000 -0400 +@@ -295,5 +295,5 @@ + #ifdef HAVE_LIBSECRET + /* auth-libsecret.h */ +- if (strcasecmp(option, "use_libsecter") == 0) ++ if (strcasecmp(option, "use_libsecret") == 0) + return reconfigure_set_boolean(value, libsecret_enable); + if (strcasecmp(option, "libsecret_timeout") == 0) |