diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-25 21:46:57 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-25 21:46:57 +0000 |
commit | 36fc2c6e73d8cc118c2443beeb92e5bae985ace3 (patch) | |
tree | 6823281b74f2d112c96cbda4f074f5449fc9b909 | |
parent | 057c8b7f16e67c3e698ccc932546d5647c150f5e (diff) | |
download | FreeBSD-ports-36fc2c6e73d8cc118c2443beeb92e5bae985ace3.zip FreeBSD-ports-36fc2c6e73d8cc118c2443beeb92e5bae985ace3.tar.gz |
Mark as broken on sparc64: fails to build.
Approved by: portmgr (sparc64 blanket)
-rw-r--r-- | shells/pdksh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 18398ed..491842e 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -21,6 +21,8 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= STATIC +BROKEN_sparc64= fails to compile ./siglist.in + GNU_CONFIGURE= yes CPP+= -P |