summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-opengl/patches/patch-aa')
-rw-r--r--graphics/ruby-opengl/patches/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ruby-opengl/patches/patch-aa b/graphics/ruby-opengl/patches/patch-aa
index 4d62817a04b..d88bfbbf262 100644
--- a/graphics/ruby-opengl/patches/patch-aa
+++ b/graphics/ruby-opengl/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 15:09:33 taca Exp $
+$NetBSD: patch-aa,v 1.2 2003/10/06 16:17:02 taca Exp $
---- extconf.rb.orig Mon Apr 30 14:33:09 2001
+--- extconf.rb.orig 2003-08-17 12:04:32.000000000 +0900
+++ extconf.rb
-@@ -26,8 +26,10 @@
+@@ -32,8 +32,10 @@ elsif (/mswin32/ =~ PLATFORM)
glut_libname = "glut32"
else
- $CFLAGS += " -I."
+ $CPPFLAGS += " -I."
+ $LDFLAGS=ENV['LDFLAGS']
- dir_config("x11", "/usr/X11R6")
+ idir, ldir = dir_config("x11", "/usr/X11R6")
+ dir_config("ruby")
- $libs = append_library($libs, "Xmu")
- $libs = append_library($libs, "X11")
+ have_library("Xi", "XAllowDeviceEvents")
+ have_library("Xext", "XMITMiscGetBugMode")