Unbreak by removing an obsolete patch, which fix has already been
integrated into lang/ruby16.
This commit is contained in:
parent
2c3115c9f3
commit
9e740614cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93910
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user