summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl/patches
diff options
context:
space:
mode:
authortaca <taca>2001-06-30 15:09:33 +0000
committertaca <taca>2001-06-30 15:09:33 +0000
commit87255250be9d967c00050e811ac51695341d9b36 (patch)
treedb1ba3929f002fc670ec0c8530553b9d59fdc67b /graphics/ruby-opengl/patches
parent41ab182d64fc9d94c7917f551e477fda60d2877b (diff)
downloadpkgsrc-87255250be9d967c00050e811ac51695341d9b36.tar.gz
Importing ruby-opengl pacakge.
This is update of ruby-gl package from 0.31 to 0.32a, quoted from ChangeLog. 2001-05-05 <yoshi@giganet.net> * release OpenGL module 0.32a 2001-04-30 Akinori MUSHA <knu@iDaemons.org> * extconf.rb: Use the better way to default X11 lib/header directories to /usr/X11R6/{lib,include}. 2001-04-30 <yoshi@giganet.net> * extconf.rb ogl.c glu.c: patch for cygwin environment. 2001-04-24 Akinori MUSHA <knu@iDaemons.org> * glu.c: change errno to errorno to avoid the clash. * extconf.rb: do dir_config("x11"). 2001-03-20 <yoshi@giganet.net> * release OpenGL module 0.32 * extconf.rb : patch for ruby 1.6.x * extconf.rb : add site-install target 2001-01-15 <yoshi@giganet.net> * ogl.c : fixed constant name
Diffstat (limited to 'graphics/ruby-opengl/patches')
-rw-r--r--graphics/ruby-opengl/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/ruby-opengl/patches/patch-aa b/graphics/ruby-opengl/patches/patch-aa
new file mode 100644
index 00000000000..4d62817a04b
--- /dev/null
+++ b/graphics/ruby-opengl/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 15:09:33 taca Exp $
+
+--- extconf.rb.orig Mon Apr 30 14:33:09 2001
++++ extconf.rb
+@@ -26,8 +26,10 @@
+ glut_libname = "glut32"
+ else
+ $CFLAGS += " -I."
++ $LDFLAGS=ENV['LDFLAGS']
+
+ dir_config("x11", "/usr/X11R6")
++ dir_config("ruby")
+
+ $libs = append_library($libs, "Xmu")
+ $libs = append_library($libs, "X11")