pkgsrc/lang/ruby-base/patches/patch-aa
taca 4f779828fb Update ruby-base packages to 1.6.8. This is bug fix release of ruby
programming language.  Since change from ruby 1.6.7 to 1.6.8 are to
huge (>= 47K bytes), I omit includes here.

This update implicitly includes ruby-digest and ruby-tcltklib.

Here is pkgsrc change.

- Support pkgsrc on Solaris.

	* change RUBY_ARCH default value to
	  ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs
	  support.
	* Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?)
	* Change RUBY_SHLIBVER.

- Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and
  RUBY_NOEXT_DBM.
- Remove patch-ak since it was fixed in original source.
2003-03-24 14:49:37 +00:00

12 lines
290 B
Text

$NetBSD: patch-aa,v 1.5 2003/03/24 14:49:38 taca Exp $
--- configure.in.orig 2002-11-14 03:59:18.000000000 +0900
+++ configure.in
@@ -990,6 +990,7 @@ case "$target_os" in
;;
esac
+AC_SUBST(X11BASE)
AC_SUBST(LIBRUBY_LDSHARED)
AC_SUBST(LIBRUBY_DLDFLAGS)
AC_SUBST(RUBY_INSTALL_NAME)