changeset 5491:d5d6ff4f8517

Add src/nsis-1-fixes.patch * src/nsis-1-fixes.patch: new file * dist-files.mk: add ref to new file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 18 Jul 2020 14:47:12 -0400
parents a65cacd05892
children f04816d4888f
files dist-files.mk src/nsis-1-fixes.patch
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Sun Jul 12 12:23:18 2020 -0400
+++ b/dist-files.mk	Sat Jul 18 14:47:12 2020 -0400
@@ -443,6 +443,7 @@
   nettle-1-fixes.patch \
   nettle.mk \
   npp.mk \
+  nsis-1-fixes.patch \
   nsis-2-fixes.patch \
   nsis.mk \
   ocaml-core-1-fixes.patch \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/nsis-1-fixes.patch	Sat Jul 18 14:47:12 2020 -0400
@@ -0,0 +1,12 @@
+diff -ur nsis-3.05-src.orig/Docs/src/bin/halibut/halibut.h nsis-3.05-src/Docs/src/bin/halibut/halibut.h
+--- nsis-3.05-src.orig/Docs/src/bin/halibut/halibut.h	2020-07-18 14:38:35.641115880 -0400
++++ nsis-3.05-src/Docs/src/bin/halibut/halibut.h	2020-07-18 14:40:38.515275197 -0400
+@@ -269,7 +269,7 @@
+  * version.c
+  */
+ void initversionstring(void);
+-const char *const version;
++extern const char *const version;
+ 
+ /*
+  * misc.c