Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2023 16:32:00 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 79eaa9bee0df - main - emulators/vice: mark BROKEN on arm64
Message-ID:  <202303311632.32VGW08c045806@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79eaa9bee0dfcfce1cf68684cf6d58d879431aa6

commit 79eaa9bee0dfcfce1cf68684cf6d58d879431aa6
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-03-31 16:31:21 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-03-31 16:31:21 +0000

    emulators/vice: mark BROKEN on arm64
---
 emulators/vice/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index ee7d337f076a..c7302b024352 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -31,6 +31,8 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libgnutls.so:security/gnutls \
 		libharfbuzz.so:print/harfbuzz
 
+BROKEN_FreeBSD_aarch64=		undeclared function 'inb'
+
 USES=		compiler:c++11-lang pkgconfig perl5 localbase:ldflags \
 		gmake iconv:wchar_t jpeg readline gettext xorg
 USE_XORG=	xpm ice sm xext xv xt x11 xmu xxf86vm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303311632.32VGW08c045806>