summaryrefslogtreecommitdiff
path: root/emulators/libretro-picodrive/patches
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-30 14:50:24 +0000
committernia <nia@pkgsrc.org>2020-05-30 14:50:24 +0000
commitb67fac879da7c6f3a1264503cc6ca3e87b0e316b (patch)
tree9eead44d33ac67408fc91473b886154a9f6cd7f9 /emulators/libretro-picodrive/patches
parent5bac2d05b3c628ad90818f3757656b71e3ac5228 (diff)
downloadpkgsrc-b67fac879da7c6f3a1264503cc6ca3e87b0e316b.tar.gz
libretro-picodrive: remove patch that's no longer needed
Diffstat (limited to 'emulators/libretro-picodrive/patches')
-rw-r--r--emulators/libretro-picodrive/patches/patch-Makefile.libretro28
1 files changed, 0 insertions, 28 deletions
diff --git a/emulators/libretro-picodrive/patches/patch-Makefile.libretro b/emulators/libretro-picodrive/patches/patch-Makefile.libretro
deleted file mode 100644
index 6b70d2ea228..00000000000
--- a/emulators/libretro-picodrive/patches/patch-Makefile.libretro
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-Makefile.libretro,v 1.2 2018/08/08 23:47:49 nia Exp $
-
-Don't redefine CC.
-
-Picodrive is written in C. Let's link with a C compiler instead of
-a C++ compiler.
-
---- Makefile.libretro.orig 2018-07-22 20:01:05.000000000 +0000
-+++ Makefile.libretro
-@@ -68,9 +68,6 @@ ifeq ($(platform), unix)
- DONT_COMPILE_IN_ZLIB = 1
- CFLAGS += -DFAMEC_NO_GOTOS
- use_sh2drc = 1
--ifneq ($(findstring SunOS,$(shell uname -a)),)
-- CC=gcc
--endif
-
- # Portable Linux
- else ifeq ($(platform), linux-portable)
-@@ -656,7 +653,7 @@ else
- LD = link.exe
- endif
- else
-- LD = $(CXX)
-+ LD = $(CC)
- endif
-
- include Makefile