diff options
author | nox <nox@FreeBSD.org> | 2012-11-07 05:56:03 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-11-07 05:56:03 +0800 |
commit | 93beed4fc23cbbda71026bc2e04e67d4b34de482 (patch) | |
tree | 647b1790ba99a20605aaa1b7ec48ce0bfc702548 | |
parent | 2e06104f61e1f29529974567e00c1427b033d34b (diff) | |
download | freebsd-ports-gnome-93beed4fc23cbbda71026bc2e04e67d4b34de482.tar.gz freebsd-ports-gnome-93beed4fc23cbbda71026bc2e04e67d4b34de482.tar.zst freebsd-ports-gnome-93beed4fc23cbbda71026bc2e04e67d4b34de482.zip |
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.
Feature safe: yes
-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 |