pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Workaround for PR/41007 - ensure WRKSRC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ee5c91f2149
branches:  trunk
changeset: 556624:6ee5c91f2149
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Mar 24 15:13:40 2009 +0000

description:
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:

 emulators/qemu/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 1ee7528f2c7a -r 6ee5c91f2149 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue Mar 24 15:11:48 2009 +0000
+++ b/emulators/qemu/Makefile   Tue Mar 24 15:13:40 2009 +0000
@@ -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 @@
 
 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 @@
 CONFIGURE_ARGS+=       --disable-gcc-check
 .endif
 
+
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/doc/qemu
 
 post-install:



Home | Main Index | Thread Index | Old Index