aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 17:38:45 +0800
committerpav <pav@FreeBSD.org>2008-07-25 17:38:45 +0800
commite3db8ee84c8bacf91265d9a1d659ed398630c37d (patch)
tree79ed9e5984a819f5a0bcea9bdfc3968804a6c2bf /emulators/qemu
parent5bb45c428bbe01f1d4ca25e7ee7e6bc6d5cdc9a3 (diff)
downloadfreebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.gz
freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.zst
freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 260d519d345b..9a9a35992272 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -25,7 +25,7 @@ USE_PERL5= yes
USE_GCC= 3.4
PATCH_STRIP= -lp1
CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}
-MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV+= BSD_MAKE="${MAKE}" LDFLAGS="${LDFLAGS}"
MAN1= qemu.1 qemu-img.1
ONLY_FOR_ARCHS= amd64 i386
CONFLICTS= qemu-devel-[0-9]*