head	1.2;
access;
symbols
	pkgsrc-2020Q1:1.1.0.6
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.8
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.4
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.2
	pkgsrc-2019Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2020.05.31.16.04.30;	author nia;	state dead;
branches;
next	1.1;
commitid	8RTQpb6SsdkztpaC;

1.1
date	2019.05.18.10.34.33;	author nia;	state Exp;
branches;
next	;
commitid	mxoqv7v6JAboOFnB;


desc
@@


1.2
log
@libretro-mupen64plus: remove, replaced by libretro-parallel-n64
@
text
@$NetBSD: patch-Makefile,v 1.1 2019/05/18 10:34:33 nia Exp $

Do not make guesses based on uname.

--- Makefile.orig	2019-04-26 23:01:28.000000000 +0000
+++ Makefile
@@@@ -9,62 +9,10 @@@@ COREFLAGS :=
 CPUFLAGS  :=
 GLFLAGS   :=
 
-UNAME=$(shell uname -a)
-
 # Dirs
 ROOT_DIR := .
 LIBRETRO_DIR := $(ROOT_DIR)/libretro
 
-ifeq ($(platform),)
-   platform = unix
-   ifeq ($(UNAME),)
-      platform = win
-   else ifneq ($(findstring MINGW,$(UNAME)),)
-      platform = win
-   else ifneq ($(findstring Darwin,$(UNAME)),)
-      platform = osx
-   else ifneq ($(findstring win,$(UNAME)),)
-      platform = win
-   endif
-else ifneq (,$(findstring armv,$(platform)))
-    ifeq (,$(findstring classic_,$(platform)))
-        override platform += unix
-    endif
-endif
-
-# system platform
-system_platform = unix
-ifeq ($(shell uname -a),)
-   EXE_EXT = .exe
-   system_platform = win
-else ifneq ($(findstring Darwin,$(shell uname -a)),)
-   system_platform = osx
-   arch = intel
-ifeq ($(shell uname -p),powerpc)
-   arch = ppc
-endif
-else ifneq ($(findstring MINGW,$(shell uname -a)),)
-   system_platform = win
-endif
-
-# Cross compile?
-ifeq (,$(ARCH))
-   ARCH = $(shell uname -m)
-endif
-
-# Target Dynarec
-WITH_DYNAREC = $(ARCH)
-
-PIC = 1
-ifeq ($(ARCH), $(filter $(ARCH), i386 i686))
-   WITH_DYNAREC = x86
-   PIC = 0
-else ifeq ($(ARCH), $(filter $(ARCH), arm))
-   WITH_DYNAREC = arm
-else ifeq ($(ARCH), $(filter $(ARCH), aarch64))
-   WITH_DYNAREC = aarch64
-endif
-
 TARGET_NAME := mupen64plus
 CC_AS ?= $(CC)
 
@


1.1
log
@libretro-mupen64plus: Update to 20190426

The primary changes are the introduction of an aarch64 dynamic recompiler,
a performance fix for radeonsi, and a new 1440x1080 4:3 resolution option.
@
text
@d1 1
a1 1
$NetBSD$
@

