summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-18 17:50:22 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-18 17:50:22 +0000
commit1fce8ef8960686bc6962948d1c528c1759dd29a7 (patch)
treebcfe9298afbc36fdb494529b1585cd7c3aab731c /games-puzzle
parentVersion bump (diff)
downloadgentoo-2-1fce8ef8960686bc6962948d1c528c1759dd29a7.tar.gz
gentoo-2-1fce8ef8960686bc6962948d1c528c1759dd29a7.tar.bz2
gentoo-2-1fce8ef8960686bc6962948d1c528c1759dd29a7.zip
Fix underlink. Bug #369311
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/jag/ChangeLog5
-rw-r--r--games-puzzle/jag/jag-0.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/jag/ChangeLog b/games-puzzle/jag/ChangeLog
index dc35e652d429..e6c9d45b0bc8 100644
--- a/games-puzzle/jag/ChangeLog
+++ b/games-puzzle/jag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/jag
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.11 2011/01/15 15:14:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.12 2011/06/18 17:50:22 tupone Exp $
+
+ 18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> jag-0.3.1.ebuild:
+ Fix underlink. Bug #369311 by Diego Elio Pettenò
15 Jan 2011; Markus Meier <maekke@gentoo.org> jag-0.3.1.ebuild:
x86 stable, bug #350779
diff --git a/games-puzzle/jag/jag-0.3.1.ebuild b/games-puzzle/jag/jag-0.3.1.ebuild
index 5d773bea7a44..0624b3ba861c 100644
--- a/games-puzzle/jag/jag-0.3.1.ebuild
+++ b/games-puzzle/jag/jag-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.1.ebuild,v 1.2 2011/01/15 15:14:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.3.1.ebuild,v 1.3 2011/06/18 17:50:22 tupone Exp $
EAPI=2
inherit eutils qt4-r2 games
@@ -31,7 +31,7 @@ src_prepare() {
sed -i \
-e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
-e "s:/usr/local/games:${GAMES_DATADIR}:g" \
- -e "s:LIBS += -lSDLmain:LIBS += -lSDL:" \
+ -e "s:LIBS += -lSDLmain:LIBS += -lSDL -lX11:" \
Game.pro main.cpp editor/editor.pro \
|| die "sed failed"
}