diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-20 19:10:05 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-20 19:10:05 +0000 |
commit | 5b2b271d487db2e0ae26a11f84a83b47d637f0f6 (patch) | |
tree | ebc4c89d5c48cf2fc4ad0883d3673be8ddcdfce0 /games-puzzle | |
parent | Fix underlink. Bug #369757 (diff) | |
download | gentoo-2-5b2b271d487db2e0ae26a11f84a83b47d637f0f6.tar.gz gentoo-2-5b2b271d487db2e0ae26a11f84a83b47d637f0f6.tar.bz2 gentoo-2-5b2b271d487db2e0ae26a11f84a83b47d637f0f6.zip |
Fix underlink. Bug #369771
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/construo/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/construo/files/construo-0.2.2-lGLU.patch | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/construo/ChangeLog b/games-puzzle/construo/ChangeLog index dd990ff55a62..fd82544b0906 100644 --- a/games-puzzle/construo/ChangeLog +++ b/games-puzzle/construo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/construo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.16 2010/09/16 16:54:32 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.17 2011/06/20 19:10:05 tupone Exp $ + + 20 Jun 2011; Tupone Alfredo <tupone@gentoo.org> + files/construo-0.2.2-lGLU.patch: + Fix underlink. Bug #369771 by Diego Elio Pettenò 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> construo-0.2.2.ebuild: diff --git a/games-puzzle/construo/files/construo-0.2.2-lGLU.patch b/games-puzzle/construo/files/construo-0.2.2-lGLU.patch index daca8de84520..4c0b018cfdc1 100644 --- a/games-puzzle/construo/files/construo-0.2.2-lGLU.patch +++ b/games-puzzle/construo/files/construo-0.2.2-lGLU.patch @@ -5,7 +5,7 @@ [ ConstruoTargets="$ConstruoTargets construo.glut" - AC_SUBST(glut_LIBS,"-lglut") -+ AC_SUBST(glut_LIBS,"-lglut -lGLU") ++ AC_SUBST(glut_LIBS,"-lglut -lGLU -lGL -lm") ], []) |