summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile.common
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-07 15:40:00 +0000
committertaca <taca@pkgsrc.org>2006-09-07 15:40:00 +0000
commit1cd8b6a744c4de98f44324950dbeb078c8c55e2f (patch)
tree10958855cfe3c1c9b1b119cc929e54004fe59907 /lang/ruby/Makefile.common
parentec19d6141375d5d5f5b984eb7c3bd4c93dbfbd82 (diff)
downloadpkgsrc-1cd8b6a744c4de98f44324950dbeb078c8c55e2f.tar.gz
Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).
pkgsrc changes: * Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries. * Move using buildlinks to rubyversion.mk. * Merge converters/ruby-iconv to ruby18-base. Ruby changes: * too may, see ChangeLog file or http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
Diffstat (limited to 'lang/ruby/Makefile.common')
-rw-r--r--lang/ruby/Makefile.common15
1 files changed, 1 insertions, 14 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common
index 53b2f3b0d35..400e558078b 100644
--- a/lang/ruby/Makefile.common
+++ b/lang/ruby/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2006/01/03 14:29:58 taca Exp $
+# $NetBSD: Makefile.common,v 1.11 2006/09/07 15:40:00 taca Exp $
#
# Ruby base distribution common definition
@@ -39,17 +39,4 @@ PLIST_SUBST+= RUBY_SHLIBVER=${RUBY_SHLIBVER:Q} \
RUBY_NOSHLIBMAJOR=${RUBY_NOSHLIBMAJOR} \
RUBY_NAME=${RUBY_NAME:Q}
-# Common macros.
-.if ${OPSYS} == "NetBSD"
-.if empty(OS_VERSION:M1.[0-9].*)
-PTHREAD_OPTS+= native
-.include "../../mk/pthread.buildlink3.mk"
-.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
-CONFIGURE_ARGS+= --disable-pthread
-.else
-CONFIGURE_ARGS+= --enable-pthread
-.endif
-.endif
-.endif
-
.include "replace.mk"