Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 07:18:55 +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: r316405 - head/emulators/dolphin-emu-devel
Message-ID:  <201304240718.r3O7It9p012346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Apr 24 07:18:55 2013
New Revision: 316405
URL: http://svnweb.freebsd.org/changeset/ports/316405

Log:
  Remove BROKEN flag on PowerPC as the port may now build on this architecture
  (feedback welcome !).
  
  Discussed with: crees, danfe, eadler (on ports-committers@ and svn-ports-all@)

Modified:
  head/emulators/dolphin-emu-devel/Makefile

Modified: head/emulators/dolphin-emu-devel/Makefile
==============================================================================
--- head/emulators/dolphin-emu-devel/Makefile	Wed Apr 24 07:15:57 2013	(r316404)
+++ head/emulators/dolphin-emu-devel/Makefile	Wed Apr 24 07:18:55 2013	(r316405)
@@ -55,10 +55,6 @@ OPTIONS_DEFAULT=	PORTAUDIO FRAMEDUMPS
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not compile on powerpc: uses i386-specific option
-.endif
-
 .if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""



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