summaryrefslogtreecommitdiff
path: root/sysutils/xentools48
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools48')
-rw-r--r--sysutils/xentools48/distinfo3
-rw-r--r--sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/xentools48/distinfo b/sysutils/xentools48/distinfo
index a14521515aa..de16d529c6d 100644
--- a/sysutils/xentools48/distinfo
+++ b/sysutils/xentools48/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2017/10/17 08:42:30 bouyer Exp $
+$NetBSD: distinfo,v 1.5 2017/10/28 03:14:17 khorben Exp $
SHA1 (xen48/gmp-4.3.2.tar.bz2) = c011e8feaf1bb89158bd55eaabd7ef8fdd101a2c
RMD160 (xen48/gmp-4.3.2.tar.bz2) = a8f3f41501ece290c348aeb4444bbea40bc53e71
@@ -52,6 +52,7 @@ SHA1 (patch-Config.mk) = 7976ce94c553c2fc6badc6d41e9cb8334fea40c8
SHA1 (patch-Makefile) = fdcd5fbb22613e55ac1b000a46b1ecbbd99eef59
SHA1 (patch-XSA233) = e6a7230035966d7d292ef3ca477f2eb3458ae12f
SHA1 (patch-XSA240) = 754bbe5080a81e1526b7938fed01ba435e65e50b
+SHA1 (patch-debugger_gdbsx_Makefile) = 1e16761b20604bb5a9ee22174f0bb46005fb19c7
SHA1 (patch-docs_man_xl.cfg.pod.5.in) = e1ee6f2d48f6ce001c44c7ac688ea179b625b584
SHA1 (patch-docs_man_xl.conf.pod.5) = d77e3313750db315d540d7713c95cd54d6f02938
SHA1 (patch-docs_man_xl.pod.1.in) = 9b37ef724f2827bc05110e5456a8668257509cab
diff --git a/sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile b/sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile
new file mode 100644
index 00000000000..044d5ac937b
--- /dev/null
+++ b/sysutils/xentools48/patches/patch-debugger_gdbsx_Makefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-debugger_gdbsx_Makefile,v 1.1 2017/10/28 03:14:17 khorben Exp $
+
+Add support for LDFLAGS when building gdbsx
+
+--- debugger/gdbsx/Makefile.orig 2016-09-20 05:59:24.000000000 +0000
++++ debugger/gdbsx/Makefile
+@@ -18,7 +18,7 @@ install: all
+ $(INSTALL_PROG) gdbsx $(DESTDIR)$(SBINDIR)/gdbsx
+
+ gdbsx: gx/gx_all.a xg/xg_all.a
+- $(CC) -o $@ $^
++ $(CC) $(LDFLAGS) -o $@ $^
+
+ xg/xg_all.a:
+ $(MAKE) -C xg