summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-20 09:20:19 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-20 09:20:19 +0000
commit0c987d5dfed20143f666a6e4e634784d9efce70e (patch)
tree968923de9651c5409b39e997913f815811299a2d /games-action
parentx86 stable wrt bug #371977 (diff)
downloadgentoo-2-0c987d5dfed20143f666a6e4e634784d9efce70e.tar.gz
gentoo-2-0c987d5dfed20143f666a6e4e634784d9efce70e.tar.bz2
gentoo-2-0c987d5dfed20143f666a6e4e634784d9efce70e.zip
Fix underlink. Bug #369483
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d1x-rebirth/ChangeLog8
-rw-r--r--games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild5
-rw-r--r--games-action/d1x-rebirth/files/d1x-rebirth-0.56-underlink.patch10
3 files changed, 19 insertions, 4 deletions
diff --git a/games-action/d1x-rebirth/ChangeLog b/games-action/d1x-rebirth/ChangeLog
index 44bc4d74ac9f..fdd73216be75 100644
--- a/games-action/d1x-rebirth/ChangeLog
+++ b/games-action/d1x-rebirth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/d1x-rebirth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.5 2010/10/14 04:17:01 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.6 2011/06/20 09:20:19 tupone Exp $
+
+ 20 Jun 2011; Tupone Alfredo <tupone@gentoo.org> d1x-rebirth-0.56.ebuild,
+ +files/d1x-rebirth-0.56-underlink.patch:
+ Fix underlink. Bug #369483 by Diego Elio Pettenò
*d1x-rebirth-0.56 (14 Oct 2010)
diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
index 3479e1149add..290505c8f63c 100644
--- a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
+++ b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.1 2010/10/14 04:17:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.2 2011/06/20 09:20:19 tupone Exp $
EAPI=2
inherit eutils scons-utils games
@@ -52,6 +52,7 @@ src_prepare() {
patch -p0 < "${WORKDIR}"/d1datapt/descent.hog.diff descent.hog
patch -p0 < "${WORKDIR}"/d1datapt/descent.pig.diff descent.pig
fi
+ epatch "${FILESDIR}"/${P}-underlink.patch
}
src_compile() {
diff --git a/games-action/d1x-rebirth/files/d1x-rebirth-0.56-underlink.patch b/games-action/d1x-rebirth/files/d1x-rebirth-0.56-underlink.patch
new file mode 100644
index 000000000000..d62a7401c62c
--- /dev/null
+++ b/games-action/d1x-rebirth/files/d1x-rebirth-0.56-underlink.patch
@@ -0,0 +1,10 @@
+--- SConstruct.old 2011-06-20 11:02:18.823946260 +0200
++++ SConstruct 2011-06-20 11:02:36.356032373 +0200
+@@ -348,6 +348,7 @@
+ libs += env['LIBS']
+ ogllibs = ['GL', 'GLU']
+ lflags = '-L/usr/X11R6/lib' + env['LINKFLAGS']
++ libs += 'm'
+
+ # arm architecture?
+ if (arm == 1):