diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-29 00:09:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-29 00:09:52 +0000 |
commit | 1c0e2ae331974e48df2c0b4ae1964189a0aa12ec (patch) | |
tree | 6b23296c4f255f31c5a0606b616234baf5a4ce13 /graphics/gauche-gl/files/patch-src-glext-lib.stub | |
parent | Update the antiquated version of the GNAT compiler to the GPL-2005 (diff) |
- Update to 0.4.1
PR: ports/89616
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'graphics/gauche-gl/files/patch-src-glext-lib.stub')
-rw-r--r-- | graphics/gauche-gl/files/patch-src-glext-lib.stub | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/gauche-gl/files/patch-src-glext-lib.stub b/graphics/gauche-gl/files/patch-src-glext-lib.stub deleted file mode 100644 index 2a2db92213f8..000000000000 --- a/graphics/gauche-gl/files/patch-src-glext-lib.stub +++ /dev/null @@ -1,18 +0,0 @@ ---- src/glext-lib.stub.orig Fri Jun 10 13:27:17 2005 -+++ src/glext-lib.stub Wed Jul 13 22:18:47 2005 -@@ -524,6 +524,7 @@ - "GLint nstrings = Scm_Length(strings); int i = 0; - GLint *lengths; - GLcharARB **ss; -+ ScmObj sp; - ENSURE(glShaderSourceARB); - if (nstrings < 0) goto einval; - lengths = SCM_NEW_ATOMIC2(GLint*, nstrings*sizeof(GLint)); -@@ -531,7 +532,6 @@ - input parameter, and we don't need this array after calling - glShaderSourceARB. */ - ss = SCM_NEW_ATOMIC2(GLcharARB**, nstrings*sizeof(GLcharARB*)); -- ScmObj sp; - SCM_FOR_EACH(sp, strings) { - if (!SCM_STRINGP(SCM_CAR(sp))) goto einval; - lengths[i] = SCM_STRING_SIZE(SCM_CAR(sp)); |