[iortcw] 02/95: All: Remove dependency on libwinpthread-1.dll for newer MinGW-w64 builds

Simon McVittie smcv at debian.org
Fri Sep 8 10:41:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to tag 1.51
in repository iortcw.

commit 69a55e5f6050e6382c8a06c379e7bd940d9f6e9f
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Sun Nov 20 03:53:48 2016 -0500

    All: Remove dependency on libwinpthread-1.dll for newer MinGW-w64 builds
---
 MP/Makefile | 2 +-
 SP/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index ab4050f..d6f0284 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -684,7 +684,7 @@ ifdef MINGW
   LIBS= -lws2_32 -lwinmm -lpsapi
   # clang 3.5 doesn't support this
   ifneq ("$(CC)", $(findstring "$(CC)", "clang" "clang++"))
-    CLIENT_LDFLAGS += -mwindows -static-libgcc -static-libstdc++
+    CLIENT_LDFLAGS += -mwindows -static -static-libgcc -static-libstdc++
   endif
   CLIENT_LIBS = -lgdi32 -lole32
   RENDERER_LIBS = -lgdi32 -lole32 -lopengl32
diff --git a/SP/Makefile b/SP/Makefile
index bd92c84..b135d2e 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -673,7 +673,7 @@ ifdef MINGW
   LIBS= -lws2_32 -lwinmm -lpsapi
   # clang 3.5 doesn't support this
   ifneq ("$(CC)", $(findstring "$(CC)", "clang" "clang++"))
-    CLIENT_LDFLAGS += -mwindows -static-libgcc -static-libstdc++
+    CLIENT_LDFLAGS += -mwindows -static -static-libgcc -static-libstdc++
   endif
   CLIENT_LIBS = -lgdi32 -lole32
   RENDERER_LIBS = -lgdi32 -lole32 -lopengl32

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list