summaryrefslogtreecommitdiff
path: root/emulators/libretro-fceumm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-30 14:51:08 +0000
committernia <nia@pkgsrc.org>2020-05-30 14:51:08 +0000
commitfda8780015cf61789c0a7f5c6a72597478af1a57 (patch)
tree14eefa89b74e41c783a010b33d6b1a46d326b3a7 /emulators/libretro-fceumm
parentb67fac879da7c6f3a1264503cc6ca3e87b0e316b (diff)
downloadpkgsrc-fda8780015cf61789c0a7f5c6a72597478af1a57.tar.gz
libretro-fceumm: remove patch that's no longer needed
Diffstat (limited to 'emulators/libretro-fceumm')
-rw-r--r--emulators/libretro-fceumm/patches/patch-Makefile.libretro14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/libretro-fceumm/patches/patch-Makefile.libretro b/emulators/libretro-fceumm/patches/patch-Makefile.libretro
deleted file mode 100644
index 6acd1e932a5..00000000000
--- a/emulators/libretro-fceumm/patches/patch-Makefile.libretro
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-Makefile.libretro,v 1.1 2019/02/01 09:53:20 nia Exp $
-
-Don't override the compiler setting on SunOS.
-
---- Makefile.libretro.orig 2019-01-06 03:54:26.000000000 +0000
-+++ Makefile.libretro
-@@ -65,7 +65,6 @@ ifeq ($(platform), unix)
- TARGET := $(TARGET_NAME)_libretro.so
- fpic := -fPIC
- ifneq ($(findstring SunOS,$(shell uname -a)),)
-- CC = gcc
- SHARED := -shared -z defs
- else
- SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined