mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix build on powerpc64
Add USES=gnome PR: 231723 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegriCloud
This commit is contained in:
parent
c295ea3e4a
commit
df1e980728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480708
1 changed files with 2 additions and 4 deletions
|
@ -12,15 +12,13 @@ COMMENT= Multi-purpose desktop calculator (backend library)
|
|||
LICENSE= GPLv2+
|
||||
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 \
|
||||
libcurl.so:ftp/curl \
|
||||
libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr
|
||||
|
||||
USES= gmake gettext iconv libtool localbase \
|
||||
ncurses pathfix pkgconfig readline:port
|
||||
USES= compiler:c++11-lang gettext gmake gnome iconv libtool \
|
||||
localbase ncurses pathfix pkgconfig readline:port
|
||||
USE_GNOME= intltool libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue