From 85ceea68dd51cf54bcb88915b0640deb7a65596c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 12 Nov 2016 07:06:06 +0000 Subject: [PATCH] While the concept of a game involving warring typefaces has some merit, this game isn't it. While here, note that it doesn't build on aarch64. --- games/acm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/acm/Makefile b/games/acm/Makefile index 73b7df3f9d1a..cd349167ca4a 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Arial combat simulator for X11 +COMMENT= Aerial combat simulator for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -24,6 +24,8 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \ USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ +BROKEN_aarch64= Fails to compile: machine/limits.h not found + OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas