diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-14 07:21:37 +0800 |
commit | 0dad469ebecc7feb15d8acf58c45e5fc4c62829b (patch) | |
tree | 4ae3b8a2f12ec648a3f08b6e08e43bdddbde045b /games/bunnysay | |
parent | a1030d0a8021a1b0b60672b327ac3b4d985f1963 (diff) | |
download | freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.gz freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.tar.zst freebsd-ports-gnome-0dad469ebecc7feb15d8acf58c45e5fc4c62829b.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 'games/bunnysay')
-rw-r--r-- | games/bunnysay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/bunnysay/Makefile b/games/bunnysay/Makefile index 0fdd96426f7b..2c583bc9cca8 100644 --- a/games/bunnysay/Makefile +++ b/games/bunnysay/Makefile @@ -12,6 +12,8 @@ COMMENT= Bunny Sign for terminals with UTF-8 support LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 + USES= gmake ALL_TARGET= bunnysay |