Index: head/sysutils/rshim-user-space/files/patch-configure.ac =================================================================== --- head/sysutils/rshim-user-space/files/patch-configure.ac (nonexistent) +++ head/sysutils/rshim-user-space/files/patch-configure.ac (revision 532002) @@ -0,0 +1,14 @@ +--- configure.ac.orig 2020-04-18 08:12:49 UTC ++++ configure.ac +@@ -81,10 +81,10 @@ AS_IF([test "x$build_usb" = "xyes"], [ + ]) + + AS_IF([test "x$build_usb" = "xyes"], [ +- PKG_CHECK_MODULES(fuse, fuse, [], [AC_MSG_ERROR([Can't find fuse])]) + if test $backend = freebsd; then + AC_CHECK_LIB(cuse, cuse_dev_create) + else ++ PKG_CHECK_MODULES(fuse, fuse, [], [AC_MSG_ERROR([Can't find fuse])]) + AC_SUBST(CPPFLAGS, "$CPPFLAGS -DFUSE_USE_VERSION=30") + fi + ]) Property changes on: head/sysutils/rshim-user-space/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property