pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/radare2/patches
Module Name: pkgsrc
Committed By: kamil
Date: Sun Feb 18 17:40:18 UTC 2018
Added Files:
pkgsrc/devel/radare2/patches: patch-libr_debug_Makefile
patch-sys_ios-sdk.sh
Log Message:
radare2: Include newly added patches
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile \
pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile
diff -u /dev/null pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile:1.1
--- /dev/null Sun Feb 18 17:40:18 2018
+++ pkgsrc/devel/radare2/patches/patch-libr_debug_Makefile Sun Feb 18 17:40:18 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-libr_debug_Makefile,v 1.1 2018/02/18 17:40:18 kamil Exp $
+
+--- libr/debug/Makefile.orig 2018-01-29 10:36:59.000000000 +0000
++++ libr/debug/Makefile
+@@ -6,7 +6,7 @@ DEPS+=r_socket
+ CFLAGS+=-DCORELIB
+
+ ifeq ($(OSTYPE),bsd)
+-LDFLAGS=-lkvm
++LDFLAGS+=-lkvm
+ endif
+
+ foo:
Index: pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh
diff -u /dev/null pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh:1.1
--- /dev/null Sun Feb 18 17:40:18 2018
+++ pkgsrc/devel/radare2/patches/patch-sys_ios-sdk.sh Sun Feb 18 17:40:18 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-sys_ios-sdk.sh,v 1.1 2018/02/18 17:40:18 kamil Exp $
+
+--- sys/ios-sdk.sh.orig 2018-01-29 10:36:59.000000000 +0000
++++ sys/ios-sdk.sh
+@@ -131,7 +131,7 @@ while test $# -gt 0; do
+ -archs)
+ shift
+ if test $# -gt 0; then
+- if [ "$1" == "all" ]; then
++ if [ "$1" = "all" ]; then
+ ARCHS="armv7+armv7s+arm64"
+ else
+ ARCHS=$1
Home |
Main Index |
Thread Index |
Old Index