From 36633141761e1e798daa9a90d180579777dac03b Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 21 Jan 2005 06:13:36 +0000 Subject: Add ruby build support for Interix, modeled on NetBSD config. --- lang/ruby/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby/Makefile.common') diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 4d4173767cf..424cf39ad31 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/11/29 03:31:53 taca Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/01/21 06:13:36 tv Exp $ # # Ruby base distribution common definition @@ -39,7 +39,7 @@ DIST_SUBDIR?= ${RUBY_DIST_SUBDIR} RUBY_SHLIBMAJOR?= ${_RUBY_VER_MAJOR} RUBY_SHLIBVER?= ${RUBY_VERSION} -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Interix" RUBY_SHLIBMAJOR= ${RUBY_VER} RUBY_SHLIBVER= ${RUBY_VER}.${_RUBY_VERS_TEENY} .elif ${OPSYS} == "FreeBSD" -- cgit v1.2.3