From 26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 18 Sep 2018 09:12:56 +0000 Subject: [PATCH] Previous commit fixed build on powerpc64. Approved by: portmgr (tier-2 blanket) --- deskutils/growl-for-linux/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index 994a32d5e77f..323576de3146 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -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