diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-26 05:37:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-26 05:37:12 +0800 |
commit | cd19b9659360bac0b2c78fa22bd61758f5db4166 (patch) | |
tree | 01c83f614b871515a4496f0b416326eb1cb32e6a /security | |
parent | 7f853d2e8331129e25cabaaae92ca02c3086b9e9 (diff) | |
download | freebsd-ports-gnome-cd19b9659360bac0b2c78fa22bd61758f5db4166.tar.gz freebsd-ports-gnome-cd19b9659360bac0b2c78fa22bd61758f5db4166.tar.zst freebsd-ports-gnome-cd19b9659360bac0b2c78fa22bd61758f5db4166.zip |
Mark as broken on sparc64: fails to build.
Approved by: portmgr (sparc64 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 2a9a1efc7264..3ff0dfd16f22 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop \ libnettle.so:${PORTSDIR}/security/nettle BROKEN_FreeBSD_9= does not build +BROKEN_sparc64= fails to compile: unexpected identifier USE_CSTD= c89 GNU_CONFIGURE= yes |