1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Set USE_GCC= any for now when building all targets as clang seems

to build a broken mips-softmmu target.  Some info is here - feel
  free to debug :)

	http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt

- Bump PORTREVISION.

Submitted by:	sbruno
This commit is contained in:
Juergen Lock 2013-09-30 22:26:08 +00:00
parent 403040d5a6
commit fa24fb0b77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328883

View File

@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 1.6.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/:release \
LOCAL/nox:snapshot
@ -63,6 +63,10 @@ CONFIGURE_ARGS+= --enable-nptl --target-list=i386-softmmu,x86_64-softmmu,i386-bs
CONFIGURE_ARGS+= --target-list=i386-softmmu,x86_64-softmmu
.endif
.else
# clang seems to build a broken mips-softmmu target (qemu segfaults
# at boot) Feel free to debug :) Some info is here:
# http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt
USE_GCC= any
.if empty(PORT_OPTIONS:MBSD_USER)
CONFIGURE_ARGS+= --disable-bsd-user
.else