summaryrefslogtreecommitdiff
path: root/lang/ruby
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
commit8bbd8251fa381f919973e29130e8ae5be6cd2fd7 (patch)
tree3f664e61ca1565c020551a20fe546ecc588f1bb6 /lang/ruby
parentb03ae5edfa10ef30834019d329fa907c37269abd (diff)
downloadpkgsrc-8bbd8251fa381f919973e29130e8ae5be6cd2fd7.tar.gz
Add ruby build support for Interix, modeled on NetBSD config.
Diffstat (limited to 'lang/ruby')
-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"