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 | |
parent | 761df1dffe44a64c7b46994e66c070d5ab10748a (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index eca45d44a31c..5620b78bf497 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/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: 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: |