git: 3787177647fd - main - emulators/qemu: Fix build with CAPSTONE

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 11 Sep 2022 11:25:27 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3787177647fd5d5ec7e4da3895db06c65e9a5619

commit 3787177647fd5d5ec7e4da3895db06c65e9a5619
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-09-11 11:24:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-09-11 11:25:20 +0000

    emulators/qemu: Fix build with CAPSTONE
    
    Reported by:    olgeni
---
 emulators/qemu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 9c8f7d367552..6fbfa513147d 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -139,7 +139,7 @@ USBREDIR_DESC=			usb device network redirection (experimental!)
 VDE_DESC=			vde dependency (for vde networking)
 X86_TARGETS_DESC=		Build only x86 system targets
 CAPSTONE_LIB_DEPENDS=		libcapstone.so:devel/capstone4
-CAPSTONE_CONFIGURE_ON=		--enable-capstone=system \
+CAPSTONE_CONFIGURE_ON=		--enable-capstone \
 				--extra-cflags=-I${LOCALBASE}/include/capstone
 CAPSTONE_CONFIGURE_OFF=		--disable-capstone
 CURL_LIB_DEPENDS=		libcurl.so:ftp/curl