summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/atanks')
-rw-r--r--games-action/atanks/ChangeLog5
-rw-r--r--games-action/atanks/files/atanks-5.0-build.patch2
2 files changed, 5 insertions, 2 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog
index bf004ec5bd00..cc959fc99d06 100644
--- a/games-action/atanks/ChangeLog
+++ b/games-action/atanks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/atanks
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.63 2011/06/06 17:32:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.64 2011/06/21 15:49:03 tupone Exp $
+
+ 21 Jun 2011; Tupone Alfredo <tupone@gentoo.org> files/atanks-5.0-build.patch:
+ Fix underlink. Bug #372067 by Diego Elio Pettenò
*atanks-5.0 (06 Jun 2011)
diff --git a/games-action/atanks/files/atanks-5.0-build.patch b/games-action/atanks/files/atanks-5.0-build.patch
index aca3f4467baa..4385a272dafd 100644
--- a/games-action/atanks/files/atanks-5.0-build.patch
+++ b/games-action/atanks/files/atanks-5.0-build.patch
@@ -16,7 +16,7 @@ diff -ru atanks-4.6.orig/src/Makefile atanks-4.6/src/Makefile
OFLAGS =
LFLAGS +=
-LDFLAGS = `allegro-config --libs`
-+LDFLAGS += `allegro-config --libs`
++LDFLAGS += `allegro-config --libs` -lm -lpthread
-CFLAGS += -g -Wall -Iinclude # -fprofile-arcs -ftest-coverage
+CXXFLAGS += -Wall -Iinclude # -fprofile-arcs -ftest-coverage