diff options
author | nox <nox@FreeBSD.org> | 2007-06-23 02:10:36 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-06-23 02:10:36 +0800 |
commit | 8ec7beb2b00fb26d918c40873f0597bbf1ccc480 (patch) | |
tree | 6fdf817afb87a597610b36f596a3689dd1ee48d6 /emulators/kqemu-kmod | |
parent | 38c711abf6731fbd7137e4458f536ecba017b05b (diff) | |
download | freebsd-ports-graphics-8ec7beb2b00fb26d918c40873f0597bbf1ccc480.tar.gz freebsd-ports-graphics-8ec7beb2b00fb26d918c40873f0597bbf1ccc480.tar.zst freebsd-ports-graphics-8ec7beb2b00fb26d918c40873f0597bbf1ccc480.zip |
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.
Noticed by: yar
Diffstat (limited to 'emulators/kqemu-kmod')
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index f86572a2756..894078b631d 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -22,7 +22,6 @@ COMMENT= Kernel Acceralator for QEMU CPU Emulator (development version) ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes USE_GMAKE= yes -USE_GCC= 3.4 CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} USE_RC_SUBR= kqemu |