[linimon at FreeBSD.org: svn commit: r528601 - head/graphics/ikona]
Mark Linimon
linimon at lonesome.com
Tue Mar 17 21:37:01 GMT 2020
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Tue, 17 Mar 2020 21:35:38 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r528601 - head/graphics/ikona
Author: linimon
Date: Tue Mar 17 21:35:38 2020
New Revision: 528601
URL: https://svnweb.freebsd.org/changeset/ports/528601
Log:
Fix build on GCC-based systems by adding the following to USES:
compiler:c++11-lang iconv
The former:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
The latter:
/usr/local/bin/ld: release/deps/libgettext_sys-b0dd51871dcd53eb.rlib(dcigettext.o): undefined reference to symbol 'libiconv'
Approved by: portmgr (tier-2 blanket)
Modified:
head/graphics/ikona/Makefile
Modified: head/graphics/ikona/Makefile
==============================================================================
--- head/graphics/ikona/Makefile Tue Mar 17 20:02:38 2020 (r528600)
+++ head/graphics/ikona/Makefile Tue Mar 17 21:35:38 2020 (r528601)
@@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT}
-USES= cmake:noninja desktop-file-utils gmake gnome kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:noninja compiler:c++11-lang desktop-file-utils \
+ gmake gnome iconv kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= cairo gdkpixbuf2 glib20 libxml2 pango
USE_KDE= auth codecs config configwidgets coreaddons i18n \
kirigami2 widgetsaddons
----- End forwarded message -----
More information about the kde-freebsd
mailing list