pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-mame2014: unset LDFLAGS
Module Name: pkgsrc-wip
Committed By: nia <nia%NetBSD.org@localhost>
Pushed By: nee
Date: Tue Dec 25 16:41:26 2018 +0000
Changeset: 88247e3710adc2b661a68fe96a817cf079098923
Modified Files:
libretro-mame2014/distinfo
libretro-mame2014/patches/patch-Makefile
Log Message:
libretro-mame2014: unset LDFLAGS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88247e3710adc2b661a68fe96a817cf079098923
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libretro-mame2014/distinfo | 2 +-
libretro-mame2014/patches/patch-Makefile | 16 ++++++++++++----
2 files changed, 13 insertions(+), 5 deletions(-)
diffs:
diff --git a/libretro-mame2014/distinfo b/libretro-mame2014/distinfo
index 83572f2f82..3896f62c24 100644
--- a/libretro-mame2014/distinfo
+++ b/libretro-mame2014/distinfo
@@ -4,4 +4,4 @@ SHA1 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz
RMD160 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 359fcd04b72f0c2a606dc50a1bf94373e02d63ba
SHA512 (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 3c47fdc87cf21857b0645e03d6773ac80ef593b5643cb06acae622b5ef2ea234283dec4da3676a86c476a373ee861854eaadaf3fb500037b27bb524a5f3592db
Size (libretro-mame2014-20171231-62a932c9435ef89fdb9a1b0c41deadd7f04f53f3.tar.gz) = 55146470 bytes
-SHA1 (patch-Makefile) = 8cd384f6a58f66de5ddf881c090fdd2c4e3612db
+SHA1 (patch-Makefile) = af1cf7916ffb089c4af7e0b7ca35788073f1c8e4
diff --git a/libretro-mame2014/patches/patch-Makefile b/libretro-mame2014/patches/patch-Makefile
index 5fc9364b97..0dc147783b 100644
--- a/libretro-mame2014/patches/patch-Makefile
+++ b/libretro-mame2014/patches/patch-Makefile
@@ -2,9 +2,17 @@ $NetBSD$
Avoid linuxisms and don't use bundled libraries.
---- Makefile.orig 2017-07-22 21:19:48.000000000 +0000
+--- Makefile.orig 2017-12-31 00:16:01.000000000 +0000
+++ Makefile
-@@ -100,21 +100,6 @@ endif
+@@ -87,7 +87,6 @@ CPPONLYFLAGS = -fpermissive
+ CPPONLYFLAGS += $(CORE_DEFINE)
+ # LDFLAGS are used generally; LDFLAGSEMULATOR are additional
+ # flags only used when linking the core emulator
+-LDFLAGS =
+ LDFLAGSEMULATOR =
+
+ CCOMFLAGS += -D__LIBRETRO__
+@@ -100,21 +99,6 @@ endif
$(info CFLAGS = $(CONLYFLAGS))
$(info CPPFLAGS = $(CPPONLYFLAGS))
@@ -26,7 +34,7 @@ Avoid linuxisms and don't use bundled libraries.
# uncomment next line to build PortMidi as part of MAME/MESS build
#BUILD_MIDILIB = 1
VRENDER ?= soft
-@@ -135,13 +120,13 @@ ifneq (,$(findstring unix,$(platform)))
+@@ -135,13 +119,13 @@ ifneq (,$(findstring unix,$(platform)))
REALCC ?= gcc
NATIVECC ?= g++
NATIVECFLAGS ?= -std=gnu99
@@ -42,7 +50,7 @@ Avoid linuxisms and don't use bundled libraries.
ifeq ($(firstword $(filter x86_64,$(UNAME))),x86_64)
PTR64 = 1
endif
-@@ -764,7 +749,7 @@ endif
+@@ -764,7 +748,7 @@ endif
ifneq (,$(findstring clang,$(CC)))
ifneq ($(platform), android)
Home |
Main Index |
Thread Index |
Old Index