diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-12 22:18:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-12 22:18:40 +0000 |
commit | 3a154ed7763bebe19682883c99075f0e067afc0c (patch) | |
tree | 943927276b5c511005ccb2a917efdee970c02b37 /net/ruby-mpi/files | |
parent | 9c5d1ddcf5de0be2ba3df2e71604c3a257fec1c2 (diff) |
Notes
Diffstat (limited to 'net/ruby-mpi/files')
-rw-r--r-- | net/ruby-mpi/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ruby-mpi/files/patch-configure b/net/ruby-mpi/files/patch-configure new file mode 100644 index 000000000000..3dbaef35b36a --- /dev/null +++ b/net/ruby-mpi/files/patch-configure @@ -0,0 +1,20 @@ +--- configure-orig Sun Apr 24 22:32:31 2005 ++++ configure Sun Apr 24 22:32:47 2005 +@@ -2778,7 +2778,7 @@ + { echo "$as_me:$LINENO: WARNING: Could not find Config Ruby module. Assuming CFLAGS and LIBS for Ruby are in standard path..." >&5 + echo "$as_me: WARNING: Could not find Config Ruby module. Assuming CFLAGS and LIBS for Ruby are in standard path..." >&2;} + RUBY_CFLAGS="" +- RUBY_LIBS="-lruby" ++ RUBY_LIBS="-lruby18" + else + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +@@ -2792,7 +2792,7 @@ + echo "$as_me:$LINENO: checking ruby LIBS" >&5 + echo $ECHO_N "checking ruby LIBS... $ECHO_C" >&6 + RB_LIB_DIR=`$RUBY -e 'require "rbconfig"; puts Config::CONFIG["libdir"]'` +- RUBY_LIBS="-lruby -L$RB_LIB_DIR" ++ RUBY_LIBS="-lruby18 -L$RB_LIB_DIR" + echo "$as_me:$LINENO: result: $RUBY_LIBS" >&5 + echo "${ECHO_T}$RUBY_LIBS" >&6 + fi |