From 127344f2987d50de1cf1d0350fc18570b1849614 Mon Sep 17 00:00:00 2001
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Sat, 5 Jun 2004 16:14:08 +0000
Subject: - Restore prefix cleanness

Reported by:	perky
---
 emulators/qemu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'emulators/qemu')

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:
-- 
cgit v1.2.3