Fix build on powerpc64

Add USES=gnome

PR:		231723
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	IntegriCloud
This commit is contained in:
Jason E. Hale 2018-09-25 23:23:13 +00:00
parent c295ea3e4a
commit df1e980728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480708

View file

@ -12,15 +12,13 @@ COMMENT= Multi-purpose desktop calculator (backend library)
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to compile: umachine.h:347: 'char16_t' does not name a type
LIB_DEPENDS= libicuuc.so:devel/icu \ LIB_DEPENDS= libicuuc.so:devel/icu \
libcurl.so:ftp/curl \ libcurl.so:ftp/curl \
libgmp.so:math/gmp \ libgmp.so:math/gmp \
libmpfr.so:math/mpfr libmpfr.so:math/mpfr
USES= gmake gettext iconv libtool localbase \ USES= compiler:c++11-lang gettext gmake gnome iconv libtool \
ncurses pathfix pkgconfig readline:port localbase ncurses pathfix pkgconfig readline:port
USE_GNOME= intltool libxml2 USE_GNOME= intltool libxml2
USE_LDCONFIG= yes USE_LDCONFIG= yes