diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 03:22:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 03:22:32 +0000 |
commit | d1e548f81bbcec4870c55aa0a769d076848ce5a8 (patch) | |
tree | 61bb2dc4702ecccb63e3b4d55872aafff1caa4e5 | |
parent | Mask hugin release candidates. (diff) | |
download | gentoo-2-d1e548f81bbcec4870c55aa0a769d076848ce5a8.tar.gz gentoo-2-d1e548f81bbcec4870c55aa0a769d076848ce5a8.tar.bz2 gentoo-2-d1e548f81bbcec4870c55aa0a769d076848ce5a8.zip |
opengl fix with sed patch from Jared via bug #367841
(Portage version: 2.1.9.42/cvs/Linux i686)
-rw-r--r-- | games-action/heretic2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index a78d60b3afd2..3fb39c32457c 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/heretic2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.6 2009/11/02 20:45:07 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.7 2011/05/18 03:22:32 mr_bones_ Exp $ + + 18 May 2011; Michael Sterrett <mr_bones_@gentoo.org> heretic2-1.06c.ebuild: + opengl fix with sed patch from Jared via bug #367841 02 Nov 2009; Markus Meier <maekke@gentoo.org> heretic2-1.06c.ebuild: amd64/x86 stable, bug #290685 diff --git a/games-action/heretic2/heretic2-1.06c.ebuild b/games-action/heretic2/heretic2-1.06c.ebuild index 4879cd8a4c62..059ff0402a35 100644 --- a/games-action/heretic2/heretic2-1.06c.ebuild +++ b/games-action/heretic2/heretic2-1.06c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/heretic2/heretic2-1.06c.ebuild,v 1.7 2009/11/02 20:45:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.8 2011/05/18 03:22:32 mr_bones_ Exp $ inherit eutils multilib games @@ -56,6 +56,9 @@ src_install() { doexe bin/x86/glibc-2.1/${PN} || die "doexe failed" games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" + sed -i \ + -e 's/^exec /__GL_ExtensionStringVersion=17700 exec /' \ + "${D}/${GAMES_BINDIR}/${PN}" || die newicon icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Heretic II" |