Blame SOURCES/openssl_mingw64_install_fix.patch

7779df
--- engines/Makefile.orig	2010-05-15 21:24:54.986089920 +0200
7779df
+++ engines/Makefile	2010-05-15 21:26:51.409085467 +0200
7779df
@@ -111,7 +111,7 @@
7779df
 		for l in $(LIBNAMES); do \
7779df
 			( echo installing $$l; \
7779df
 			  pfx=lib; \
7779df
-			  if [ "$(PLATFORM)" = "mingw" ]; then \
7779df
+			  if [ "$(PLATFORM)" = "mingw" -o "$(PLATFORM)" = "mingw64" ]; then \
7779df
 			       sfx=.dll; \
7779df
 			      cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/$$pfx$$l$$sfx.new; \
7779df
 			  elif expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \