summaryrefslogtreecommitdiff
path: root/graphics/ruby-qt2gl/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-qt2gl/files/patch-extconf.rb')
-rw-r--r--graphics/ruby-qt2gl/files/patch-extconf.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ruby-qt2gl/files/patch-extconf.rb b/graphics/ruby-qt2gl/files/patch-extconf.rb
deleted file mode 100644
index 66a127f2a652..000000000000
--- a/graphics/ruby-qt2gl/files/patch-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- extconf.rb.orig Mon Jan 15 13:37:15 2001
-+++ extconf.rb Wed Feb 7 14:53:24 2001
-@@ -20,7 +20,7 @@
-
- $CFLAGS += ' -I. -O -w '
-
--if have_header('qapplication.h') and have_header('qgl.h') and have_library('qt','qGLVersion__Fv')
-+if have_header('qapplication.h') and have_header('qgl.h') and have_library(qt2,'qGLVersion__Fv')
- create_makefile('qt2gl')
- else
- print "You do not seem to have qt(+qgl) library. Plrease check qt or extconf.rb.\n"