aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-09-20 16:44:29 +0800
committernox <nox@FreeBSD.org>2014-09-20 16:44:29 +0800
commit9cf1349381aae86f2cc531961a694c5ea73c8df2 (patch)
tree26ceab7a0ba113e308afb2bdcf5be6442030dad2 /emulators
parent7693445056e20a9140a6068b4049e5e62418a682 (diff)
downloadfreebsd-ports-gnome-9cf1349381aae86f2cc531961a694c5ea73c8df2.tar.gz
freebsd-ports-gnome-9cf1349381aae86f2cc531961a694c5ea73c8df2.tar.zst
freebsd-ports-gnome-9cf1349381aae86f2cc531961a694c5ea73c8df2.zip
- Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build
with gcc48 on i386: work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd': work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3) - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 4894808e7572..e8d4b1864f29 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qemu
PORTVERSION= 0.11.1
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://bellard.org/qemu/
@@ -35,7 +35,7 @@ GNS3_DESC= gns3 patches (udp, promiscuous multicast)
CDROM_DMA_DESC= IDE CDROM DMA
ADD_AUDIO_DESC= Emulate more audio hardware (experimental!)
ALL_TARGETS_DESC= Also build non-x86 targets
-OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA ALL_TARGETS
+OPTIONS_DEFAULT= SDL GNUTLS CURL PCAP GNS3 CDROM_DMA
.include <bsd.port.pre.mk>