Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2018 23:23:13 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480708 - head/math/libqalculate
Message-ID:  <201809252323.w8PNNDIC045211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252323.w8PNNDIC045211>