diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-02 23:49:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-02 23:49:34 +0800 |
commit | b5533c5a254e738001680f6a07fdc1f076438cad (patch) | |
tree | 543af2b67a881ad3a20085f3672b1439334e6a56 /deskutils | |
parent | 3531f60d47c8ff9ae0b847e4c084d7005f302b9c (diff) | |
download | freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.tar.gz freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.tar.zst freebsd-ports-gnome-b5533c5a254e738001680f6a07fdc1f076438cad.zip |
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/growl-for-linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index 943b10b51d31..6aa587a0ce83 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils LIB_DEPENDS= libcurl.so:ftp/curl \ libdbus-glib-1.so:devel/dbus-glib +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 |