svn commit: r359631 - head/emulators/qemu-devel

Juergen Lock nox at FreeBSD.org
Fri Jun 27 23:28:08 UTC 2014


Author: nox
Date: Fri Jun 27 23:28:08 2014
New Revision: 359631
URL: http://svnweb.freebsd.org/changeset/ports/359631
QAT: https://qat.redports.org/buildarchive/r359631/

Log:
  Fix build on powerpc64 in poudriere.
  
  Reported by:	jhibbits

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Fri Jun 27 23:27:57 2014	(r359630)
+++ head/emulators/qemu-devel/Makefile	Fri Jun 27 23:28:08 2014	(r359631)
@@ -239,6 +239,10 @@ MAKE_ARGS+=	ARCH=x86_64
 MAKE_ARGS+=	ARCH=ppc
 .endif
 
+.if ${ARCH} == "powerpc64"
+MAKE_ARGS+=	ARCH=ppc64
+.endif
+
 .if ${ARCH} == "sparc64"
 CONFIGURE_ARGS+= --sparc_cpu=v9
 .endif


More information about the svn-ports-head mailing list