svn commit: r464091 - head/www/netsurf

Mark Linimon linimon at FreeBSD.org
Sat Mar 10 21:21:40 UTC 2018


Author: linimon
Date: Sat Mar 10 21:21:39 2018
New Revision: 464091
URL: https://svnweb.freebsd.org/changeset/ports/464091

Log:
  Now builds on powerpc64.
  
  Reported by:	jhibbits

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Sat Mar 10 20:36:44 2018	(r464090)
+++ head/www/netsurf/Makefile	Sat Mar 10 21:21:39 2018	(r464091)
@@ -32,8 +32,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	duk:lang/duktape \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-BROKEN_powerpc64=	fails to compile: dukky.h:40: expected declaration specifiers or '...' before 'dom_string'
-
 USES=		bison desktop-file-utils gettext-runtime gmake iconv jpeg \
 		localbase pkgconfig shebangfix ssl
 ALL_TARGET=	#empty


More information about the svn-ports-all mailing list