diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2012-11-06 21:56:03 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2012-11-06 21:56:03 +0000 |
| commit | 5d831d809f2e09ab1d5551ea7409c6fb5b627691 (patch) | |
| tree | 647b1790ba99a20605aaa1b7ec48ce0bfc702548 /emulators/qemu-devel | |
| parent | - Update to 0.2.0.1054 (diff) | |
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.
Feature safe: yes
Diffstat (limited to 'emulators/qemu-devel')
| -rw-r--r-- | emulators/qemu-devel/Makefile | 8 |
1 files changed, 3 insertions, 5 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} |
