diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-11 22:25:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-11 22:25:49 +0000 |
commit | 633270e98c98f3e1618c5fbc2b1f283464baf975 (patch) | |
tree | 475ac6dddb3f4ad799f974e33bbb5c443e6187c2 /lang/gforth | |
parent | efc9e9b68cbce90cdeca13190b76db89094c4029 (diff) | |
download | ports-633270e98c98f3e1618c5fbc2b1f283464baf975.tar.gz ports-633270e98c98f3e1618c5fbc2b1f283464baf975.zip |
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 360cbcf671da..85a0c83df703 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -13,8 +13,6 @@ COMMENT= Fast and portable Forth system LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to package: Unable to access file usr/local/share/gforth/0.7.3/kernl64l.fi:No such file or directory - LIB_DEPENDS= libavcall.so:devel/libffcall \ libffi.so:devel/libffi \ libltdl.so:devel/libltdl @@ -50,7 +48,7 @@ WORDSIZE=32 WORDSIZE=64 .endif -.if ${ARCH} == powerpc || ${ARCH} == sparc64 +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == sparc64 BYTEORDER=b .else BYTEORDER=l |