diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-06-22 18:10:36 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-06-22 18:10:36 +0000 |
commit | 5f73d30436b2c995716b2dfcdb7b8271be1c4f5f (patch) | |
tree | ac3b212d5005da74baaccc48ec247ac45211ba4a /emulators/kqemu-kmod-devel | |
parent | Add port security/execwrap: (diff) |
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.
Noticed by: yar
Notes
Notes:
svn path=/head/; revision=194089
Diffstat (limited to 'emulators/kqemu-kmod-devel')
-rw-r--r-- | emulators/kqemu-kmod-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index f86572a27566..894078b631d2 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/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 |