Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 00:09:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514361 - head/games/exult
Message-ID:  <201910130009.x9D09cEo003009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Oct 13 00:09:37 2019
New Revision: 514361
URL: https://svnweb.freebsd.org/changeset/ports/514361

Log:
  games/exult: unbreak on arm*
  
  Builds fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/exult/Makefile

Modified: head/games/exult/Makefile
==============================================================================
--- head/games/exult/Makefile	Sun Oct 13 00:07:44 2019	(r514360)
+++ head/games/exult/Makefile	Sun Oct 13 00:09:37 2019	(r514361)
@@ -12,9 +12,6 @@ COMMENT=	Ultima VII engine
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_armv6=		fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
-BROKEN_armv7=		fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char
-
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libpng.so:graphics/png
 



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