diff options
author | knu <knu@FreeBSD.org> | 2003-11-14 03:58:25 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-14 03:58:25 +0800 |
commit | 3864923abaf4a26d47bfe8ede9955745e74f2eba (patch) | |
tree | b4c78c4fb050cfec1664eef8a99251a1f23b01d5 /lang | |
parent | 6a6771ac772b982db6571a95d0c6acc37d6a9fca (diff) | |
download | freebsd-ports-gnome-3864923abaf4a26d47bfe8ede9955745e74f2eba.tar.gz freebsd-ports-gnome-3864923abaf4a26d47bfe8ede9955745e74f2eba.tar.zst freebsd-ports-gnome-3864923abaf4a26d47bfe8ede9955745e74f2eba.zip |
Unbreak by removing an obsolete patch, which fix has already been
integrated into lang/ruby16.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16_static/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby16_static/files/ruby16-patch-ext+zlib+extconf.rb | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index fc255a69e774..f53a67d07e0f 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -33,7 +33,6 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .if ${RUBY_VER} < 1.7 EXT_PORTS+= ${RUBY_SHIM18_PORT} -EXTRA_PATCHES= ${PATCHDIR}/ruby16-patch-* .else EXT_PORTS+= converters/ruby-iconv .endif 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 |