diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 15:09:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 15:09:33 +0000 |
commit | e93cd94491a2a73e92d6407c05105dd34ba70403 (patch) | |
tree | db1ba3929f002fc670ec0c8530553b9d59fdc67b /graphics/ruby-opengl/patches/patch-aa | |
parent | ea3775c61449e612f8ad2c4b535df8147a67886d (diff) | |
download | pkgsrc-e93cd94491a2a73e92d6407c05105dd34ba70403.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/patch-aa')
-rw-r--r-- | graphics/ruby-opengl/patches/patch-aa | 15 |
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") |