ports/164138: [PATCH] mail/mutt-devel: Fix ICONV option when world is built using WITH_ICONV

Yuri Pankov yuri.pankov at gmail.com
Sun Jan 15 13:10:11 UTC 2012


>Number:         164138
>Category:       ports
>Synopsis:       [PATCH] mail/mutt-devel: Fix ICONV option when world is built using WITH_ICONV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 13:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD sirius.xvoid.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r229702: Fri Jan  6 19:49:41
>Description:
Explicitly tell configure to link against libiconv to fix the build when the world was built using WITH_ICONV.

Port maintainer (udo.schweigert at siemens.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mutt-devel-1.5.21_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v
retrieving revision 1.325
diff -u -r1.325 Makefile
--- Makefile	22 Nov 2011 19:12:24 -0000	1.325
+++ Makefile	15 Jan 2012 13:06:00 -0000
@@ -392,6 +392,7 @@
 CONFIGURE_ARGS+=	--disable-iconv
 .else
 CONFIGURE_ARGS+=	--with-libiconv-prefix=${LOCALBASE}
+LDFLAGS+=		-liconv
 .endif
 .if defined(WITH_MUTT_IDN)
 CONFIGURE_ARGS+=	--with-idn
--- mutt-devel-1.5.21_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list