svn commit: r480002 - head/deskutils/growl-for-linux

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 09:12:57 UTC 2018


Author: linimon
Date: Tue Sep 18 09:12:56 2018
New Revision: 480002
URL: https://svnweb.freebsd.org/changeset/ports/480002

Log:
  Previous commit fixed build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/growl-for-linux/Makefile

Modified: head/deskutils/growl-for-linux/Makefile
==============================================================================
--- head/deskutils/growl-for-linux/Makefile	Tue Sep 18 09:10:17 2018	(r480001)
+++ head/deskutils/growl-for-linux/Makefile	Tue Sep 18 09:12:56 2018	(r480002)
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-BROKEN_powerpc64=	fails to compile: balloon.c:160: error: nested functions are disabled, use -fnested-functions to re-enable
-
 CONFIGURE_ARGS=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
 
 GH_ACCOUNT=	mattn


More information about the svn-ports-head mailing list