diff options
author | knu <knu@FreeBSD.org> | 2001-08-24 14:01:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-24 14:01:52 +0800 |
commit | 9c0d49bfd2cdc4bc3d7a4876a8e5cac3e2c25b79 (patch) | |
tree | b39456acabd748d78dad10d64ccaee1137de8dd0 /x11-toolkits/ruby-qt2iconview | |
parent | aaee4ed9824cd5b615c692c1472e5b71892beaaa (diff) | |
download | freebsd-ports-gnome-9c0d49bfd2cdc4bc3d7a4876a8e5cac3e2c25b79.tar.gz freebsd-ports-gnome-9c0d49bfd2cdc4bc3d7a4876a8e5cac3e2c25b79.tar.zst freebsd-ports-gnome-9c0d49bfd2cdc4bc3d7a4876a8e5cac3e2c25b79.zip |
I forgot to remove this patch in the last ruby-qt2 update to 0.14.
Diffstat (limited to 'x11-toolkits/ruby-qt2iconview')
-rw-r--r-- | x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb b/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb deleted file mode 100644 index 062579dda962..000000000000 --- a/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb +++ /dev/null @@ -1,17 +0,0 @@ ---- extconf.rb.orig Thu Mar 1 15:41:16 2001 -+++ extconf.rb Thu Mar 15 03:08:48 2001 -@@ -14,12 +14,12 @@ - # --with-qt2-dir=/usr/lib/qt-2 - dir_config('qt2') - -- -+qt2 = with_config('qt2','qt') - - #qt = if qti18n.kind_of?(String) then qti18n else 'qt' end - $CFLAGS += ' -I. -O ' - --if have_library('qt') and have_header('qiconview.h') -+if have_library(qt2) and have_header('qiconview.h') - create_makefile('qt2iconview') - else - print "You do not seem to have qt(+qtable) library. Plrease check qt or extconf.rb.\n" |