svn commit: r507837 - head/emulators/stella

Piotr Kubaj pkubaj at FreeBSD.org
Thu Aug 1 23:31:43 UTC 2019


Author: pkubaj
Date: Thu Aug  1 23:31:43 2019
New Revision: 507837
URL: https://svnweb.freebsd.org/changeset/ports/507837

Log:
  emulators/stella: unbreak on armv*
  
  Tested natively on armv7.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/emulators/stella/Makefile

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile	Thu Aug  1 23:27:30 2019	(r507836)
+++ head/emulators/stella/Makefile	Thu Aug  1 23:31:43 2019	(r507837)
@@ -12,9 +12,6 @@ COMMENT=	Multi-platform Atari 2600 VCS emulator
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-BROKEN_armv6=		fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
-BROKEN_armv7=		fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
-
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		compiler:c++11-lib gmake tar:xz


More information about the svn-ports-head mailing list