view src/nsis-1-fixes.patch @ 5500:512e69a36d09

Use SSE2 instruction set for i686-w64 target (bug #58807). * src/build-gcc.mk: Set specs to use SSE/SSE2 instructions by default for i686-w64-mingw32 target (Windows 32bit). * src/native-gcc.mk: Set specs to use SSE/SSE2 instructions by default for i686-w64-mingw32 target (Windows 32bit).
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 21 Jul 2020 20:27:53 +0200
parents d5d6ff4f8517
children
line wrap: on
line source

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