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 | c58098cb4149d9436458a3748e9c387bb39d2175 (patch) | |
tree | 4a77f0a639b0c8e06f4eb680748083720da31061 /sci-mathematics/yacas/files | |
parent | Mark 2.6.10 and 2.6.10-r1 stable on x86 (diff) | |
download | historical-c58098cb4149d9436458a3748e9c387bb39d2175.tar.gz historical-c58098cb4149d9436458a3748e9c387bb39d2175.tar.bz2 historical-c58098cb4149d9436458a3748e9c387bb39d2175.zip |
Fixing #77595
Diffstat (limited to 'sci-mathematics/yacas/files')
-rw-r--r-- | sci-mathematics/yacas/files/opengl-gcc3.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + "); + |