diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 17:12:56 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 17:12:56 +0800 |
commit | 26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7 (patch) | |
tree | 107ee64baf01bee07ac011a74f88cb9122de5468 /deskutils/growl-for-linux/Makefile | |
parent | c77e244c6ec59303df01c5277fc48adcb637829f (diff) | |
download | freebsd-ports-gnome-26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7.tar.gz freebsd-ports-gnome-26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7.tar.zst freebsd-ports-gnome-26172f8e4c47bc6d5fc8c98bbcebcf1d6946d4e7.zip |
Previous commit fixed build on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'deskutils/growl-for-linux/Makefile')
-rw-r--r-- | deskutils/growl-for-linux/Makefile | 2 |
1 files changed, 0 insertions, 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 |