mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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:
parent
403040d5a6
commit
fa24fb0b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328883
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 1.6.0
|
PORTVERSION= 1.6.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
MASTER_SITES= http://wiki.qemu.org/download/:release \
|
||||||
LOCAL/nox:snapshot
|
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
|
CONFIGURE_ARGS+= --target-list=i386-softmmu,x86_64-softmmu
|
||||||
.endif
|
.endif
|
||||||
.else
|
.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)
|
.if empty(PORT_OPTIONS:MBSD_USER)
|
||||||
CONFIGURE_ARGS+= --disable-bsd-user
|
CONFIGURE_ARGS+= --disable-bsd-user
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue