diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-02 09:46:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-02 09:46:43 +0000 |
commit | 3c8d67e052f7d622a5880ba5c23822313e828407 (patch) | |
tree | cedb786b56ada01267fc6cd2d572d05779679c16 /dev-games | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-3c8d67e052f7d622a5880ba5c23822313e828407.tar.gz gentoo-2-3c8d67e052f7d622a5880ba5c23822313e828407.tar.bz2 gentoo-2-3c8d67e052f7d622a5880ba5c23822313e828407.zip |
Take patch from upstream and install the opengl_wrap.h header file #76371 by Greg Yasko.
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/clanlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-0.7.8-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-games/clanlib/files/0.7.8-install-opengl-wrap.patch | 11 |
3 files changed, 20 insertions, 3 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog index 8fad3d2cba75..6993733aebb6 100644 --- a/dev-games/clanlib/ChangeLog +++ b/dev-games/clanlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-games/clanlib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.21 2005/01/01 17:58:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.22 2005/01/02 09:46:43 vapier Exp $ + + 02 Jan 2005; Mike Frysinger <vapier@gentoo.org> + +files/0.7.8-install-opengl-wrap.patch, clanlib-0.7.8-r1.ebuild: + Take patch from upstream and install the opengl_wrap.h header file #76371 by + Greg Yasko. 23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> clanlib-0.7.8-r1.ebuild: diff --git a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild index 7b4d7661dbdd..0e8a53164cd8 100644 --- a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild +++ b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.3 2005/01/01 17:58:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.4 2005/01/02 09:46:43 vapier Exp $ inherit flag-o-matic eutils @@ -28,7 +28,8 @@ src_unpack() { unpack ${A} cd ${S} find . -name .cvsignore -exec rm -f '{}' \; - epatch "${FILESDIR}/${PV}-port.patch" + epatch "${FILESDIR}"/${PV}-port.patch + epatch "${FILESDIR}"/${PV}-install-opengl-wrap.patch if ! use doc ; then sed -i \ -e '/^SUBDIRS/s:Documentation::' \ diff --git a/dev-games/clanlib/files/0.7.8-install-opengl-wrap.patch b/dev-games/clanlib/files/0.7.8-install-opengl-wrap.patch new file mode 100644 index 000000000000..c507552c419a --- /dev/null +++ b/dev-games/clanlib/files/0.7.8-install-opengl-wrap.patch @@ -0,0 +1,11 @@ +--- Sources/API/Makefile.in.orig 2005-01-02 02:23:16.668233920 -0500 ++++ Sources/API/Makefile.in 2005-01-02 02:23:34.674496552 -0500 +@@ -211,7 +211,7 @@ + GL/opengl_state.h \ + GL/opengl_state_data.h \ + GL/viewpoint.h \ +- GL/light_source.h ++ GL/light_source.h GL/opengl_wrap.h + + + clanSmallJPEG_includes = smalljpeg.h SmallJPEG/jpgd_provider.h |