Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2015 13:40:56 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379674 - head/emulators/dolphin-emu
Message-ID:  <201502231340.t1NDeuTJ028925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Feb 23 13:40:56 2015
New Revision: 379674
URL: https://svnweb.freebsd.org/changeset/ports/379674
QAT: https://qat.redports.org/buildarchive/r379674/

Log:
  Mark the port as broken on armv6.
  
  Progress has been done upstream to add arm support to Dolphin, so this will
  probably be for a future release.
  
  PR:		197551
  Submitted by:	sbruno

Modified:
  head/emulators/dolphin-emu/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Mon Feb 23 13:16:09 2015	(r379673)
+++ head/emulators/dolphin-emu/Makefile	Mon Feb 23 13:40:56 2015	(r379674)
@@ -31,6 +31,8 @@ USE_GL=		gl glew glu
 USES=		dos2unix cmake iconv openal pkgconfig tar:tgz compiler:c++11-lib
 DOS2UNIX_REGEX=	.*\.(h|c|cpp)
 
+NOT_FOR_ARCHS=	armv6
+
 # Disable ALSA (emulated) and ao (buggy)
 CMAKE_ARGS+=	-DOPENMP:BOOL=OFF \
 		-DDISABLE_ALSA:BOOL=ON \



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