summaryrefslogtreecommitdiff
path: root/lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-11-13 19:58:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-11-13 19:58:25 +0000
commit9e740614ccd72e8c2f1654a9bfc72869134e165c (patch)
tree26fe0345c9b3a0b0a2001ae9f0274c27cc22cb8c /lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb
parentMake this port depend on glib20 instead of glib12 and unbreak. (diff)
Unbreak by removing an obsolete patch, which fix has already been
integrated into lang/ruby16.
Notes
Notes: svn path=/head/; revision=93910
Diffstat (limited to '')
-rw-r--r--lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb b/lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb
deleted file mode 100644
index 3ff097f28f02..000000000000
--- a/lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/zlib/extconf.rb.orig Fri Mar 28 11:24:47 2003
-+++ ext/zlib/extconf.rb Sun Apr 27 05:56:22 2003
-@@ -24,7 +24,7 @@
- oldlibs = $libs
- oldlibpath = $LIBPATH
- $libs += " " + Config::CONFIG['LIBRUBYARG']
-- $LIBPATH = [$libdir, $archdir] | $LIBPATH
-+ $LIBPATH = [$libdir, $archdir || Config::CONFIG["compile_dir"]] | $LIBPATH
- begin
- have_func s, 'ruby.h'
- rescue ArgumentError # for ruby-1.4