This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 38113db571d3487a5f9c8cfc1db74bacdb044565 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Sun Jul 20 15:23:11 2014 +0000 All: Fix compiling on Linux Mint --- MP/Makefile | 2 +- SP/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP/Makefile b/MP/Makefile index cfd8dfd..e6e454b 100644 --- a/MP/Makefile +++ b/MP/Makefile @@ -426,7 +426,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) ifeq ($(USE_OPENAL),1) ifneq ($(USE_OPENAL_DLOPEN),1) - CLIENT_LIBS += $(OPENAL_LIBS) + CLIENT_LIBS += $(THREAD_LIBS) $(OPENAL_LIBS) endif endif diff --git a/SP/Makefile b/SP/Makefile index ef13c8c..9a79bb2 100644 --- a/SP/Makefile +++ b/SP/Makefile @@ -423,7 +423,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) ifeq ($(USE_OPENAL),1) ifneq ($(USE_OPENAL_DLOPEN),1) - CLIENT_LIBS += $(OPENAL_LIBS) + CLIENT_LIBS += $(THREAD_LIBS) $(OPENAL_LIBS) endif endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

