Date: Sun, 15 Jan 2012 17:09:01 +0400 (MSK) From: Yuri Pankov <yuri.pankov@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: udo.schweigert@siemens.com Subject: ports/164138: [PATCH] mail/mutt-devel: Fix ICONV option when world is built using WITH_ICONV Message-ID: <201201151309.q0FD91QI097175@sirius.xvoid.org> Resent-Message-ID: <201201151310.q0FDAAUv000686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201151309.q0FD91QI097175>