mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- 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>
11 lines
297 B
Text
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='#'
|