diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:29 +0800 |
commit | fc96d103f75456568f63819df288941f757eed90 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /shells/ksh93 | |
parent | 6cb8f21dd49f7c144b72549ca145499738b53733 (diff) | |
download | freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.gz freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.zst freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index f222a95524c9..ad9d8b1f0c10 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -36,6 +36,8 @@ KSHVERSION= 2012-08-01 STATIC_MAKE_ENV= LDFLAGS+=-static +BROKEN_aarch64= Fails to compile: error: unknown type name Dllscan_t + .include <bsd.port.pre.mk> post-patch: |