head	1.2;
access;
symbols
	pkgsrc-2021Q1:1.1.0.2
	pkgsrc-2021Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2021.04.08.15.43.17;	author nia;	state dead;
branches;
next	1.1;
commitid	WkyFrwYRG92okvOC;

1.1
date	2021.02.20.22.55.19;	author ryoon;	state Exp;
branches;
next	;
commitid	pthhkM7c2fZqevIC;


desc
@@


1.2
log
@Remove qemu51, nvmm patches, linux support etc were merged into qemu
@
text
@$NetBSD: patch-capstone_Makefile,v 1.1 2021/02/20 22:55:19 ryoon Exp $

Support greps that do not support -m.

--- capstone/Makefile.orig	2019-08-15 19:04:33.000000000 +0000
+++ capstone/Makefile
@@@@ -254,8 +254,8 @@@@ PKGCFGDIR ?= $(LIBDATADIR)/pkgconfig
 API_MAJOR=$(shell echo `grep -e CS_API_MAJOR include/capstone.h | grep -v = | awk '{print $$3}'` | awk '{print $$1}')
 VERSION_EXT =
 
-IS_APPLE := $(shell $(CC) -dM -E - < /dev/null | grep -cm 1 -e __apple_build_version__ -e __APPLE_CC__)
-ifeq ($(IS_APPLE),1)
+IS_APPLE := $(shell $(CC) -dM -E - < /dev/null | grep -c -e __apple_build_version__ -e __APPLE_CC__)
+ifneq ($(IS_APPLE),0)
 # on MacOS, compile in Universal format by default
 MACOS_UNIVERSAL ?= yes
 ifeq ($(MACOS_UNIVERSAL),yes)
@


1.1
log
@emulators/qemu51: import qemu-5.1.0nb13

QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed, QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
      (for example a PC), including a processor and various peripherals.
      It can be used to launch different Operating Systems without rebooting
      the PC or to debug system code.
    * User mode emulation (Linux host only). In this mode, QEMU can launch
      Linux processes compiled for one CPU on another CPU. It can be used
      to launch the Wine Windows API emulator or to ease cross-compilation
      and cross-debugging.

This package contains Qemu 5.1.0 with NetBSD NVMM support.
@
text
@d1 1
a1 1
$NetBSD: patch-capstone_Makefile,v 1.1 2019/12/11 16:44:22 jperkin Exp $
@

