diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 16:14:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 16:14:08 +0000 |
commit | 127344f2987d50de1cf1d0350fc18570b1849614 (patch) | |
tree | f6adea30b1e2f141ddb5ae16166da2b38570cbdc /emulators/qemu | |
parent | - Update to 1.5.2 (diff) |
- Restore prefix cleanness
Reported by: perky
Notes
Notes:
svn path=/head/; revision=110899
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index eca45d44a31c..5620b78bf497 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -25,7 +25,7 @@ USE_GCC= 3.3 USE_PERL5= yes WRKSRC= ${WRKDIR}/${DISTNAME} PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --cc=${CC}\ -fno-strict-aliasing\ -DDEBUG_IRQ_COUNT\ -I${PREFIX}/include --enable-slirp +CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -fno-strict-aliasing\ -DDEBUG_IRQ_COUNT\ -I${PREFIX}/include --enable-slirp MAN1= qemu.1 qemu-mkcow.1 post-install: |