diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:35:29 +0000 |
commit | c92cf8332cf52915fd2f493ccc11c9ca36ab2b00 (patch) | |
tree | 3aa7ef950d7e1100be1e197212350fafc67f69b1 /shells/ksh93 | |
parent | 7907e35cf0b579a728d94cc03397d62c61ec92f3 (diff) | |
download | ports-c92cf8332cf52915fd2f493ccc11c9ca36ab2b00.tar.gz ports-c92cf8332cf52915fd2f493ccc11c9ca36ab2b00.zip |
Notes
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: |