svn commit: r514361 - head/games/exult

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 13 00:09:38 UTC 2019


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
 


More information about the svn-ports-head mailing list