From f5fbf25bc27a9bc84ef9612748cca8a1bc69ced1 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 13 Aug 2001 04:43:11 +0000 Subject: This patch has been merged already. --- editors/vim6+ruby/Makefile | 2 +- editors/vim6+ruby/files/patch-configure | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 editors/vim6+ruby/files/patch-configure (limited to 'editors') diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile index d10190050267..889a9d73271d 100644 --- a/editors/vim6+ruby/Makefile +++ b/editors/vim6+ruby/Makefile @@ -16,7 +16,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= ${.CURDIR}/pkg-comment -EXTRA_PATCHES= ${.CURDIR}/files/patch-* +#EXTRA_PATCHES= ${.CURDIR}/files/patch-* USE_RUBY= yes diff --git a/editors/vim6+ruby/files/patch-configure b/editors/vim6+ruby/files/patch-configure deleted file mode 100644 index 1a14d3c871b6..000000000000 --- a/editors/vim6+ruby/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.in.orig Fri May 4 19:00:29 2001 -+++ configure.in Thu May 31 02:01:12 2001 -@@ -460,7 +460,7 @@ - AC_MSG_CHECKING(Ruby version) - if $vi_cv_path_ruby -e 'VERSION >= "1.6.0" or exit 1' >/dev/null 2>/dev/null; then - AC_MSG_RESULT(OK) -- rubyhdrdir=`$vi_cv_path_ruby -r mkmf -e 'print $hdrdir'` -+ rubyhdrdir=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG[["archdir"]]'` - RUBY_CFLAGS="-I$rubyhdrdir" - rubylibs=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG[["LIBS"]]'` - if test "X$rubylibs" != "X"; then ---- auto/configure.orig Fri May 4 19:50:56 2001 -+++ auto/configure Thu May 31 03:55:33 2001 -@@ -1789,7 +1789,7 @@ - echo "configure:1790: checking Ruby version" >&5 - if $vi_cv_path_ruby -e 'VERSION >= "1.6.0" or exit 1' >/dev/null 2>/dev/null; then - echo "$ac_t""OK" 1>&6 -- rubyhdrdir=`$vi_cv_path_ruby -r mkmf -e 'print $hdrdir'` -+ rubyhdrdir=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["archdir"]'` - RUBY_CFLAGS="-I$rubyhdrdir" - rubylibs=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LIBS"]'` - if test "X$rubylibs" != "X"; then -- cgit v1.2.3