diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-14 09:12:36 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-14 09:12:36 +0000 |
commit | 544794d28eca9b23f784e85ec36627e6f08631f5 (patch) | |
tree | 9c4fd0038a023d71f8420763f2538f6556fb6357 /sci-mathematics | |
parent | Mark 2.6.10 and 2.6.10-r1 stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-544794d28eca9b23f784e85ec36627e6f08631f5.tar.gz gentoo-2-544794d28eca9b23f784e85ec36627e6f08631f5.tar.bz2 gentoo-2-544794d28eca9b23f784e85ec36627e6f08631f5.zip |
Fixing #77595
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/opengl-gcc3.4.patch | 11 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.0.56.ebuild | 5 |
3 files changed, 21 insertions, 4 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index a021da5ba546..d0ba2aafc015 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/yacas -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.2 2004/12/28 21:01:27 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.3 2005/01/14 09:12:36 phosphan Exp $ + + 14 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> + +files/opengl-gcc3.4.patch, yacas-1.0.56.ebuild: + Adding a fix for yet another gcc 3.4 problem that appears only when + media-libs/glut is not installed (bug #77595) *yacas-1.0.56 (28 Dec 2004) diff --git a/sci-mathematics/yacas/files/opengl-gcc3.4.patch b/sci-mathematics/yacas/files/opengl-gcc3.4.patch new file mode 100644 index 000000000000..4dd326cd02cd --- /dev/null +++ b/sci-mathematics/yacas/files/opengl-gcc3.4.patch @@ -0,0 +1,11 @@ +--- plugins/opengl/openglapi.stub 2005-01-11 17:45:19.164377640 +0000 ++++ plugins/opengl/openglapi.stub.new 2005-01-11 17:45:26.625243416 +0000 +@@ -144,7 +144,7 @@ + { + return NULL; + } +-}; ++} + #endif //HAVE_GL_GLUT_H + "); + diff --git a/sci-mathematics/yacas/yacas-1.0.56.ebuild b/sci-mathematics/yacas/yacas-1.0.56.ebuild index 0ce545bb9a66..96c29b5730b9 100644 --- a/sci-mathematics/yacas/yacas-1.0.56.ebuild +++ b/sci-mathematics/yacas/yacas-1.0.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.56.ebuild,v 1.1 2004/12/28 15:19:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.56.ebuild,v 1.2 2005/01/14 09:12:36 phosphan Exp $ inherit eutils @@ -25,6 +25,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${WORKDIR}/${P}.patch + epatch ${FILESDIR}/opengl-gcc3.4.patch } src_compile() { |