From 1f10416736ceac3b645d0b84f9fcdc94e82905c3 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 12 Mar 2001 18:57:25 +0000 Subject: Update to Ruby/Qt2 0.12. Introduce ruby-qt2/Makefile.common to share the variables. --- graphics/ruby-qt2gl/files/patch-extconf.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 graphics/ruby-qt2gl/files/patch-extconf.rb (limited to 'graphics/ruby-qt2gl/files/patch-extconf.rb') 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" -- cgit v1.2.3