summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-03 02:53:13 +0000
committertaca <taca@pkgsrc.org>2006-09-03 02:53:13 +0000
commit8d0a1d017450f3ac2f311942c8cb728bede011a0 (patch)
tree3b9abb2dd0e0b46b865e3993886ab7f4bb986d67 /lang/ruby
parent45969ba4364a4c60ad6ee9f0af91760712969290 (diff)
downloadpkgsrc-8d0a1d017450f3ac2f311942c8cb728bede011a0.tar.gz
Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.
It should help for fixing the build problem of some extention libraries.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 316446f9044..b97506512c2 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.21 2006/01/05 07:04:47 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.22 2006/09/03 02:53:13 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -214,4 +214,17 @@ PLIST_SUBST+= RUBY=${RUBY:Q} RUBY_VER=${RUBY_VER:Q} \
RUBY_DLEXT=${RUBY_DLEXT:Q} \
${PLIST_RUBY_DIRS:S,DIR="${PREFIX}/,DIR=",}
+.if !empty(RUBY_NOVERSION:M[nN][oO])
+#
+# Use Berkley DB unless a system has real ndbm(3).
+#
+.include "../../mk/dlopen.buildlink3.mk"
+.if !exists(/usr/include/ndbm.h)
+.include "../../mk/bdb.buildlink3.mk"
+.endif
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.endif
+
.endif # _RUBY_MK