mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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)
This commit is contained in:
parent
38cd6142af
commit
354f111854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528601
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user