aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-qt2iconview
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-03-15 02:14:01 +0800
committerknu <knu@FreeBSD.org>2001-03-15 02:14:01 +0800
commit90f6d5ff4e10f10e9e6a46818f41eebefcbabb8b (patch)
tree62d89a2605a76000793fcfe07dcd5d1ad0572b6f /x11-toolkits/ruby-qt2iconview
parent6a13e6a4ec3c86b7f8ff062d0ec5d6b8285334c1 (diff)
downloadfreebsd-ports-gnome-90f6d5ff4e10f10e9e6a46818f41eebefcbabb8b.tar.gz
freebsd-ports-gnome-90f6d5ff4e10f10e9e6a46818f41eebefcbabb8b.tar.zst
freebsd-ports-gnome-90f6d5ff4e10f10e9e6a46818f41eebefcbabb8b.zip
Add an essential patch for build that I forgot to commit. ;)
Diffstat (limited to 'x11-toolkits/ruby-qt2iconview')
-rw-r--r--x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb b/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb
new file mode 100644
index 000000000000..062579dda962
--- /dev/null
+++ b/x11-toolkits/ruby-qt2iconview/files/patch-extconf.rb
@@ -0,0 +1,17 @@
+--- 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"