diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2010-08-09 20:28:32 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2010-08-09 20:28:32 +0000 |
commit | 165e5f027b1c2c1b9c441d00d540307d07732f83 (patch) | |
tree | 749b73ba049a6560c1f3964f1b83156298874bd0 /emulators/qemu | |
parent | 1a72740c7de256a8635c2a4c3ae733c9d2c1735e (diff) | |
download | pkgsrc-165e5f027b1c2c1b9c441d00d540307d07732f83.tar.gz |
Remove obsolete workaround for PR/41007.
The audio.h confusion has been handled by SUBST_*.qaudio lines.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 94f08068811..0ecf585659f 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2010/08/09 11:49:10 tsutsui Exp $ +# $NetBSD: Makefile,v 1.70 2010/08/09 20:28:32 tsutsui Exp $ # DISTNAME= qemu-0.12.4 @@ -20,10 +20,6 @@ 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} -I${WRKSRC}/slirp - .include "../../mk/bsd.prefs.mk" CONFIGURE_ENV+= mansuffix=/${PKGMANDIR} |