diff options
author | tsutsui <tsutsui> | 2010-08-09 20:28:32 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2010-08-09 20:28:32 +0000 |
commit | 3c891a575e69e61f34fa5a705aa8c77b12565da2 (patch) | |
tree | 749b73ba049a6560c1f3964f1b83156298874bd0 /emulators/qemu | |
parent | 41519a6b635443b5f0249161da8dc1e279db2732 (diff) | |
download | pkgsrc-3c891a575e69e61f34fa5a705aa8c77b12565da2.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} |