ports/sysutils/fusefs-libs/files/patch-configure
Florian Smeets 9d5edfa301 - update sysutils/fusefs-libs to 2.9.1
- add a patch to sysutils/fusefs-kmod to make it compile with new fusefs-libs

Tested by:	pho, Kevin Oberman <kob6558@gmail.com>,
		Gustau Perez Querol <gperez@entel.upc.edu>
2012-09-20 23:52:30 +00:00

11 lines
297 B
Text

--- configure.orig 2012-08-08 11:08:24.244322974 +0200
+++ configure 2012-08-08 11:08:42.304569338 +0200
@@ -13237,7 +13237,7 @@
fi
-libfuse_libs=$libfuse_libs $LTLIBICONV
+libfuse_libs="$libfuse_libs $LTLIBICONV"
if test "$am_cv_func_iconv" = yes; then
ICONV_TRUE=
ICONV_FALSE='#'