Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 09:12:56 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480002 - head/deskutils/growl-for-linux
Message-ID:  <201809180912.w8I9CuLk095901@repo.freebsd.org>

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



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