diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-21 15:49:03 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-21 15:49:03 +0000 |
commit | 6c231a710cf919edd3669d91eb909375dee4dc17 (patch) | |
tree | bdd67b0939a8cc5bf933f80cd68934498bdc4189 /games-action/atanks | |
parent | amd64 stable, bug 366941 (diff) | |
download | gentoo-2-6c231a710cf919edd3669d91eb909375dee4dc17.tar.gz gentoo-2-6c231a710cf919edd3669d91eb909375dee4dc17.tar.bz2 gentoo-2-6c231a710cf919edd3669d91eb909375dee4dc17.zip |
Fix underlink. Bug #372067
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/atanks/files/atanks-5.0-build.patch | 2 |
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 |