pkgsrc-WIP-changes archive

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

libretro-bsnes-mercury: Honor LDFLAGS. Fixes RELRO build.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 15 16:21:25 2017 +0200
Changeset:	2b085bd14df5f67e8a92852906d6bd5dc23a8cd4

Modified Files:
	libretro-bsnes-mercury/distinfo
Added Files:
	libretro-bsnes-mercury/patches/patch-Makefile

Log Message:
libretro-bsnes-mercury: Honor LDFLAGS. Fixes RELRO build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b085bd14df5f67e8a92852906d6bd5dc23a8cd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-bsnes-mercury/distinfo               |  1 +
 libretro-bsnes-mercury/patches/patch-Makefile | 11 +++++++++++
 2 files changed, 12 insertions(+)

diffs:
diff --git a/libretro-bsnes-mercury/distinfo b/libretro-bsnes-mercury/distinfo
index 2b67433346..76f96bf873 100644
--- a/libretro-bsnes-mercury/distinfo
+++ b/libretro-bsnes-mercury/distinfo
@@ -4,5 +4,6 @@ SHA1 (libretro-bsnes-mercury-20170510-29a435783b1da1dcaeeb64fed022f089e6bbf2ec.t
 RMD160 (libretro-bsnes-mercury-20170510-29a435783b1da1dcaeeb64fed022f089e6bbf2ec.tar.gz) = 52ed4c523da5ca76259c4a580b4f72a3988ec109
 SHA512 (libretro-bsnes-mercury-20170510-29a435783b1da1dcaeeb64fed022f089e6bbf2ec.tar.gz) = d8211a3b2caa517793784d12441a998454d79bab183366748d3f56d3f854d085460421f7538c2d08c1eb9a4449bdf1aeedb062c7b99507f733a168fbcc75fac0
 Size (libretro-bsnes-mercury-20170510-29a435783b1da1dcaeeb64fed022f089e6bbf2ec.tar.gz) = 1334780 bytes
+SHA1 (patch-Makefile) = 47a1a32b152aa9472d5a4b65cbf03c5bfe9e7345
 SHA1 (patch-nall_platform.hpp) = 5a3765fcc9e4bce71b234b033d6b2401843e0232
 SHA1 (patch-target-libretro_Makefile) = f24752a781c4e9f62fbe9ab67d3240806f887cc6
diff --git a/libretro-bsnes-mercury/patches/patch-Makefile b/libretro-bsnes-mercury/patches/patch-Makefile
new file mode 100644
index 0000000000..3daf7df4bd
--- /dev/null
+++ b/libretro-bsnes-mercury/patches/patch-Makefile
@@ -0,0 +1,11 @@
+$NetBSD$
+
+Honor LDFLAGS.
+
+--- Makefile.orig	2017-05-10 15:54:49.000000000 +0000
++++ Makefile
+@@ -145,3 +145,4 @@ ifneq ($(lto),)
+   flags += -flto
+   link += $(flags)
+ endif
++link += $(LDFLAGS)


Home | Main Index | Thread Index | Old Index