pkgsrc-WIP-changes archive

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

radare2-git: Avoid overwriting LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <kamil%netbsd.org@localhost>
Pushed By:	kamil
Date:		Tue Jan 26 10:46:23 2021 +0100
Changeset:	6488b09cccdd15f10b8ac4b035079f280456ea8e

Modified Files:
	radare2-git/distinfo
Added Files:
	radare2-git/patches/patch-libr_debug_Makefile

Log Message:
radare2-git: Avoid overwriting LDFLAGS

https://github.com/radareorg/radare2/pull/18294

This change fixes the install stage.

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

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

diffstat:
 radare2-git/distinfo                          |  1 +
 radare2-git/patches/patch-libr_debug_Makefile | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/radare2-git/distinfo b/radare2-git/distinfo
index ad2e049a31..9a7385b486 100644
--- a/radare2-git/distinfo
+++ b/radare2-git/distinfo
@@ -4,3 +4,4 @@ SHA1 (radare2-3.6.0.tar.gz) = caaf1119e241b68286977f1a8d51f2508260e3fa
 RMD160 (radare2-3.6.0.tar.gz) = 80d97131b4294db15580d9e68609b73b76d41725
 SHA512 (radare2-3.6.0.tar.gz) = 41f55611a419e32392e0a32d25c7126539bed52f1e5d5b636e792b270445aafb21e9ff44942d09397c74e7ad5244673cdd99f67e324bf3d759963881b96ca90c
 Size (radare2-3.6.0.tar.gz) = 14132547 bytes
+SHA1 (patch-libr_debug_Makefile) = 75684af8f11ecf335bf9047f47d06089e487051d
diff --git a/radare2-git/patches/patch-libr_debug_Makefile b/radare2-git/patches/patch-libr_debug_Makefile
new file mode 100644
index 0000000000..3b2d776cac
--- /dev/null
+++ b/radare2-git/patches/patch-libr_debug_Makefile
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- libr/debug/Makefile.orig	2021-01-25 12:08:13.000000000 +0000
++++ libr/debug/Makefile
+@@ -6,7 +6,7 @@ R2DEPS+=r_socket
+ CFLAGS+=-DR2_PLUGIN_INCORE
+ 
+ ifeq ($(OSTYPE),bsd)
+-LDFLAGS=-lkvm
++LDFLAGS+=-lkvm
+ endif
+ 
+ foo:


Home | Main Index | Thread Index | Old Index