diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-31 16:31:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-31 16:31:21 +0000 |
commit | 79eaa9bee0dfcfce1cf68684cf6d58d879431aa6 (patch) | |
tree | 33e32cb05d5ce01914b54c158b87b5bd8650d09d | |
parent | 7573c83fb5bb127d1ea0c3278901aa39b672ec90 (diff) |
emulators/vice: mark BROKEN on arm64
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |