summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorabs <abs>2009-03-24 15:13:40 +0000
committerabs <abs>2009-03-24 15:13:40 +0000
commite773b8935d487a57c431d17e7897c7f1a26a2f1a (patch)
treedf32e1db0aadf6bc6395daff12a5fada68dc0ea6 /emulators
parentdd0f941543e85c4602ac91290eb483148eaaf3ae (diff)
downloadpkgsrc-e773b8935d487a57c431d17e7897c7f1a26a2f1a.tar.gz
Workaround for PR/41007 - ensure WRKSRC comes before any buildlinked
directories so we pickup our audio/audio.h. Cannot use CPPFLAGS for this. CFLAGS+= -I${WRKSRC}
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 4d6ebd2494a..f1e8021b6c4 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2009/01/22 07:27:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.55 2009/03/24 15:13:40 abs Exp $
#
DISTNAME= qemu-0.9.1
@@ -19,6 +19,10 @@ HAS_CONFIGURE= yes
BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
+# Workaround for PR/41007 - ensure WRKSRC comes before any buildlinked
+# directories so we pickup our audio/audio.h. Cannot use CPPFLAGS for this
+CFLAGS+= -I${WRKSRC}
+
.include "../../mk/bsd.prefs.mk"
GCC_REQD+= 3.0
@@ -71,6 +75,7 @@ CFLAGS+= -fno-stack-protector
CONFIGURE_ARGS+= --disable-gcc-check
.endif
+
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu
post-install: