View | Details | Raw Unified | Return to bug 124325
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	fusefs
7
PORTNAME=	fusefs
8
PORTVERSION=	2.7.2
8
PORTVERSION=	2.7.2
9
PORTREVISION=	1
9
PORTREVISION=	2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	fuse
12
MASTER_SITE_SUBDIR=	fuse
(-)files/patch-configure (+10 lines)
Added Link Here
1
--- configure.orig	2008-06-05 13:58:44.000000000 -0700
2
+++ configure	2008-06-05 14:00:32.000000000 -0700
3
@@ -12201,6 +12201,7 @@
4
 _ACEOF
5
 
6
   fi
7
+  LIBICONV=$LTLIBICONV
8
   if test "$am_cv_lib_iconv" = yes; then
9
     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
10
 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }

Return to bug 124325