svn commit: r480708 - head/math/libqalculate

Jason E. Hale jhale at FreeBSD.org
Tue Sep 25 23:23:14 UTC 2018


Author: jhale
Date: Tue Sep 25 23:23:13 2018
New Revision: 480708
URL: https://svnweb.freebsd.org/changeset/ports/480708

Log:
  Fix build on powerpc64
  Add USES=gnome
  
  PR:		231723
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Sponsored by:	IntegriCloud

Modified:
  head/math/libqalculate/Makefile

Modified: head/math/libqalculate/Makefile
==============================================================================
--- head/math/libqalculate/Makefile	Tue Sep 25 23:11:39 2018	(r480707)
+++ head/math/libqalculate/Makefile	Tue Sep 25 23:23:13 2018	(r480708)
@@ -12,15 +12,13 @@ COMMENT=	Multi-purpose desktop calculator (backend lib
 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
 


More information about the svn-ports-head mailing list