aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-06-06 00:14:08 +0800
committerpav <pav@FreeBSD.org>2004-06-06 00:14:08 +0800
commit5cfa5a806a9dcd526c28563d76e6a27e6cdff941 (patch)
tree080c89cf6238f081c248f007f367dad06ef09808 /emulators
parentd084f12013f1e6b333a0a97c5e29f93fa061976c (diff)
downloadfreebsd-ports-gnome-5cfa5a806a9dcd526c28563d76e6a27e6cdff941.tar.gz
freebsd-ports-gnome-5cfa5a806a9dcd526c28563d76e6a27e6cdff941.tar.zst
freebsd-ports-gnome-5cfa5a806a9dcd526c28563d76e6a27e6cdff941.zip
- Restore prefix cleanness
Reported by: perky
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu/Makefile2
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: