diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-12 18:57:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-12 18:57:25 +0000 |
commit | 1f10416736ceac3b645d0b84f9fcdc94e82905c3 (patch) | |
tree | d3278878767140b56b246164499c802403088ef6 /graphics/ruby-qt2gl/files/patch-extconf.rb | |
parent | use MASTER_SITES_XCONRTIB. (diff) |
Update to Ruby/Qt2 0.12.
Introduce ruby-qt2/Makefile.common to share the variables.
Notes
Notes:
svn path=/head/; revision=39683
Diffstat (limited to 'graphics/ruby-qt2gl/files/patch-extconf.rb')
-rw-r--r-- | graphics/ruby-qt2gl/files/patch-extconf.rb | 11 |
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" |