svn commit: r379674 - head/emulators/dolphin-emu

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Feb 23 13:40:57 UTC 2015


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 \


More information about the svn-ports-head mailing list