Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libretro-picodrive/patches libretro-picodriv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6299a1852e02
branches:  trunk
changeset: 433056:6299a1852e02
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 30 14:50:24 2020 +0000

description:
libretro-picodrive: remove patch that's no longer needed

diffstat:

 emulators/libretro-picodrive/patches/patch-Makefile.libretro |  28 ------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diffs (32 lines):

diff -r e5f28023efbd -r 6299a1852e02 emulators/libretro-picodrive/patches/patch-Makefile.libretro
--- a/emulators/libretro-picodrive/patches/patch-Makefile.libretro      Sat May 30 14:49:46 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index