diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-10-25 08:48:43 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-25 08:48:43 +0000 |
| commit | 777c57b16f8b885b9d758a738ae83ec7cc4a54b0 (patch) | |
| tree | 9f7a77e1bd4ed396e683395fa8f49d2e7db20ea6 /graphics/ruby-opengl/files | |
| parent | remove custom code for deleting share/applications now that it is in (diff) | |
Remove expired port:
2013-05-02 graphics/ruby-opengl: Does not work with Ruby 1.9
Notes
Notes:
svn path=/head/; revision=331564
Diffstat (limited to 'graphics/ruby-opengl/files')
| -rw-r--r-- | graphics/ruby-opengl/files/patch-glut.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/ruby-opengl/files/patch-glut.c b/graphics/ruby-opengl/files/patch-glut.c deleted file mode 100644 index 828ad84cc652..000000000000 --- a/graphics/ruby-opengl/files/patch-glut.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glut.c.orig Fri Jan 7 01:37:43 2000 -+++ glut.c Thu Aug 21 23:46:38 2003 -@@ -15,7 +15,7 @@ - static VALUE _funcname = Qnil; \ - static void glut_ ## _funcname ## Callback(); \ - static VALUE \ --glut_ ## _funcname ## (obj,arg1) \ -+glut_ ## _funcname (obj,arg1) \ - VALUE obj,arg1; \ - { \ - int win; \ -@@ -25,7 +25,7 @@ - if (win == 0) \ - rb_raise(rb_eRuntimeError, "GLUT.%s needs current window", #_funcname); \ - rb_ary_store(_funcname, win, arg1); \ -- glut ## _funcname ## (glut_ ## _funcname ## Callback); \ -+ glut ## _funcname (glut_ ## _funcname ## Callback); \ - return Qnil; \ - } - |
