From b0d018055cfa0d91a265fb3faaddb34c786027dc Mon Sep 17 00:00:00 2001 From: bofh Date: Fri, 10 Mar 2017 21:09:05 +0000 Subject: emulators/qemu: Fix post-patch for CDROM_DMA option Submitted by: ilavsky.martin@gmail.com --- emulators/qemu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 503e04d6b4ce..b974d2f963ae 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -146,7 +147,7 @@ post-patch: .endif post-patch-CDROM_DMA-off: - @${REINPLACE_CMD} -e '/USE_DMA_CDROM/d' ${WRKSRC}/hw/ide/internal.h + @${REINPLACE_CMD} -e '/USE_DMA_CDROM/d' ${WRKSRC}/include/hw/ide/internal.h post-patch-GNS3-on: @${REINPLACE_CMD} -e 's|(buf\[0\] & 1) && (rctl & E1000_RCTL_MPE)|buf[0] \& 1|' \ -- cgit