diff options
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") |