view src/qt-2-shared-tools-fixes.patch @ 3964:5ad15d20d11b

Add msys-wget dependancy of msys-libopenssl * src/msys-libopenssl.mk: new file * src/src-msys-libopenssl.mk: new file * dist-files.mk: add msys-libopenssl, src-msys-libopenssl * index.html: add msys-libopenssl * Makefile.in: add msys-libopenssl
author John Donoghue
date Wed, 10 Jun 2015 08:45:08 -0400
parents 6303de54ff1b
children
line wrap: on
line source

diff -ur qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp
--- qt-everywhere-opensource-src-4.8.7.orig/tools/linguist/shared/profileevaluator.cpp	2015-06-07 17:14:32.348070244 -0400
+++ qt-everywhere-opensource-src-4.8.7/tools/linguist/shared/profileevaluator.cpp	2015-06-07 17:16:43.792075123 -0400
@@ -65,7 +65,7 @@
 #include <unistd.h>
 #include <sys/utsname.h>
 #else
-#include <Windows.h>
+#include <windows.h>
 #endif
 #include <stdio.h>
 #include <stdlib.h>