diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:50:49 +0800 |
commit | 1286cc7d2c9059273ef3e74cd09f67e997812ea6 (patch) | |
tree | f3481f814fcfabace3fa053c9d94cb7c96c690bf /x11/hsetroot | |
parent | a0cc61aab01ba989f51fa20fe9fc16d7354b2169 (diff) | |
download | freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.gz freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.tar.zst freebsd-ports-gnome-1286cc7d2c9059273ef3e74cd09f67e997812ea6.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11/hsetroot')
-rw-r--r-- | x11/hsetroot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile index 1a76fd86f999..fa206f8e155b 100644 --- a/x11/hsetroot/Makefile +++ b/x11/hsetroot/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 +BROKEN_powerpc64= fails to compile: hsetroot.c: error: 'for' loop initial declaration used outside C99 mode + USE_GITHUB= yes GH_ACCOUNT= himdel GH_TAGNAME= 47d887b |