Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 15:42:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198072] net-p2p/libtorrent-rasterbar - Needs linking with converters/libiconv
Message-ID:  <bug-198072-13-ez88ZYXdm4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198072-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198072-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198072

--- Comment #2 from bro.development@gmail.com ---
The Makefile in ports (libtorrent-rasterbar 1.0.6) can be fixed
by replacing iconv with iconv:wchar_t.

-USES+=          compiler:c++11-lang iconv libtool pathfix pkgconfig
+USES+=          compiler:c++11-lang iconv:wchar_t libtool pathfix pkgconfig

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198072-13-ez88ZYXdm4>