From dc683b73ac303765d7329cb77c9ea958420f999e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 6 Jun 2012 14:19:36 +0200 Subject: [PATCH] Patch updated to contain !! mark. Moves the RUBYGEMS_DIR macro definition into verconf.h. This change was requested by nobu at https://bugs.ruby-lang.org/issues/5617 --- ruby-1.9.3-custom-rubygems-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-1.9.3-custom-rubygems-location.patch b/ruby-1.9.3-custom-rubygems-location.patch index 8ea2162..24195c7 100644 --- a/ruby-1.9.3-custom-rubygems-location.patch +++ b/ruby-1.9.3-custom-rubygems-location.patch @@ -23,7 +23,7 @@ index b1bc951..91c5d0d 100644 + AS_HELP_STRING([--with-rubygemsdir=DIR], [custom rubygems directory]), + [rubygemsdir=$withval]) +if test "$rubygemsdir" != ""; then -+ AC_DEFINE_UNQUOTED(RUBYGEMS_DIR,"$rubygemsdir") ++ AC_DEFINE_UNQUOTED(RUBYGEMS_DIR,"$rubygemsdir" !!) +fi + if test "${LOAD_RELATIVE+set}"; then