summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile.common
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-21 06:13:36 +0000
committertv <tv@pkgsrc.org>2005-01-21 06:13:36 +0000
commit36633141761e1e798daa9a90d180579777dac03b (patch)
tree3f664e61ca1565c020551a20fe546ecc588f1bb6 /lang/ruby/Makefile.common
parent629d4acd883ef357ffc54b558f0845693aa51a40 (diff)
downloadpkgsrc-36633141761e1e798daa9a90d180579777dac03b.tar.gz
Add ruby build support for Interix, modeled on NetBSD config.
Diffstat (limited to 'lang/ruby/Makefile.common')
-rw-r--r--lang/ruby/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"