diff options
| -rw-r--r-- | emulators/qemu-devel/Makefile | 8 | ||||
| -rw-r--r-- | emulators/qemu/Makefile | 7 |
2 files changed, 5 insertions, 10 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 1eb798b9e038..754021fb4f25 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qemu -# Date created: 2004/05/31 -# Whom: Juergen Lock <nox@jelal.kn-bremen.de> -# +# Created by: Juergen Lock <nox@jelal.kn-bremen.de> # $FreeBSD$ -# PORTNAME= qemu PORTVERSION= 1.1.1 @@ -61,6 +57,8 @@ PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt .if ${PORT_OPTIONS:MCLANG_HACK} CONFIGURE_ARGS+= --enable-tcg-interpreter CLANG_CFLAGS_AS+= -no-integrated-as +.else +USE_GCC= any .endif .if ${PORT_OPTIONS:MX86_TARGETS} diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 34e29ef73eda..f2cc6b639d9c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qemu -# Date created: 2004/05/31 -# Whom: Juergen Lock <nox@jelal.kn-bremen.de> -# +# Created by: Juergen Lock <nox@jelal.kn-bremen.de> # $FreeBSD$ -# PORTNAME= qemu PORTVERSION= 0.11.1 @@ -18,6 +14,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes +USE_GCC= any USE_GMAKE= yes USE_PERL5_BUILD= yes PATCH_STRIP= -p1 |
