aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-06-20 22:13:50 +0800
committerleeym <leeym@FreeBSD.org>2008-06-20 22:13:50 +0800
commita9cb3e7351b6eb630786625c4a066c30903c7d73 (patch)
tree227eec7ebaf3e554e97e0470c8ed26184b52bbb9 /sysutils
parent5444f30c42886b6dbd12461f2c47e878691e1842 (diff)
downloadfreebsd-ports-gnome-a9cb3e7351b6eb630786625c4a066c30903c7d73.tar.gz
freebsd-ports-gnome-a9cb3e7351b6eb630786625c4a066c30903c7d73.tar.zst
freebsd-ports-gnome-a9cb3e7351b6eb630786625c4a066c30903c7d73.zip
- fix undefined reference in libfuse
PR: 124325 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-libs/Makefile3
-rw-r--r--sysutils/fusefs-libs/files/patch-configure10
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index fd23784bf3ad..8267017ab1ca 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -6,7 +6,7 @@
PORTNAME= fusefs
PORTVERSION= 2.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fuse
@@ -21,6 +21,7 @@ CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
+USE_ICONV= yes
CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
TXT_DOCS= how-fuse-works \
diff --git a/sysutils/fusefs-libs/files/patch-configure b/sysutils/fusefs-libs/files/patch-configure
new file mode 100644
index 000000000000..d35406f06134
--- /dev/null
+++ b/sysutils/fusefs-libs/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig 2008-06-05 13:58:44.000000000 -0700
++++ configure 2008-06-05 14:00:32.000000000 -0700
+@@ -12201,6 +12201,7 @@
+ _ACEOF
+
+ fi
++ LIBICONV=$LTLIBICONV
+ if test "$am_cv_lib_iconv" = yes; then
+ { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
+ echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }