components/subversion/Makefile
changeset 1482 7a1f84fbc2d7
parent 1275 03b86a2f9021
child 1493 9fd269654883
--- a/components/subversion/Makefile	Thu Sep 19 20:39:13 2013 -0700
+++ b/components/subversion/Makefile	Tue Sep 24 09:10:24 2013 -0700
@@ -99,6 +99,10 @@
 CONFIGURE_ENV += JAVA_ROOT="$(JAVA_ROOT)"
 CONFIGURE_ENV += PERL="$(PERL)"
 CONFIGURE_ENV += PLMODS="$(PLMODS)"
+# Current version of subversion only supports ruby 1.8, not 1.9.
+# Until subversion is updated to 1.8.0 (ruby 1.9 support added)
+# or later, use ruby 1.8.
+CONFIGURE_ENV += RUBY="$(RUBY.1.8)"
 CONFIGURE_ENV += LD_OPTIONS="$(LD_OPTIONS)"
 
 LIBSVNDIR.32 = $(CONFIGURE_PREFIX)/lib/svn