aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:40:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-14 18:40:01 +0000
commit5b718a30cb8d72d103077e71993c5a38a635315e (patch)
treea7a4da430091a1cb6fdf403323602f857faf86ec /lang
parent3e5b9ba687ae7415437a6a91cd59ea880d41824b (diff)
downloadports-5b718a30cb8d72d103077e71993c5a38a635315e.tar.gz
ports-5b718a30cb8d72d103077e71993c5a38a635315e.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby18/files/patch-tk-tkutil-extconf.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/ruby18/files/patch-tk-tkutil-extconf.rb b/lang/ruby18/files/patch-tk-tkutil-extconf.rb
new file mode 100644
index 000000000000..33b5154e6d3d
--- /dev/null
+++ b/lang/ruby18/files/patch-tk-tkutil-extconf.rb
@@ -0,0 +1,7 @@
+--- ext/tk/tkutil/extconf.rb.orig Wed Nov 2 12:19:30 2005
++++ ext/tk/tkutil/extconf.rb Sat Jan 14 16:21:55 2006
+@@ -1,4 +1,2 @@
+-if compiled?('tk')
+ require 'mkmf'
+ create_makefile('tkutil')
+-end