Date: Fri, 11 Feb 2022 22:31:13 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 633270e98c98 - main - lang/gforth: fix build on powerpc64 Message-ID: <202202112231.21BMVD95085974@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=633270e98c98f3e1618c5fbc2b1f283464baf975 commit 633270e98c98f3e1618c5fbc2b1f283464baf975 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-02-11 22:25:49 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-02-11 22:25:49 +0000 lang/gforth: fix build on powerpc64 --- lang/gforth/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202112231.21BMVD95085974>