svn commit: r316405 - head/emulators/dolphin-emu-devel

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Apr 24 07:18:56 UTC 2013


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=""


More information about the svn-ports-all mailing list