diff options
author | minskim <minskim> | 2005-01-28 13:30:15 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-28 13:30:15 +0000 |
commit | 6c2e301617be61ba918c7b56426d48733e341c1a (patch) | |
tree | e1b50a8138890820303345a408093bef2f25a975 /lang | |
parent | 69948926faefc07a96f4d9b1fd3ee5a462f2b41b (diff) | |
download | pkgsrc-6c2e301617be61ba918c7b56426d48733e341c1a.tar.gz |
The ruby library directory name on Linux has been changed in Ruby
1.8.2 to be consistent with other platforms. Update RUBY_ARCH to
match the change. This makes lang/ruby18 build again on Linux.
Approved by MAINTAINER.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 032f565b575..997da71cc60 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.7 2005/01/23 17:33:19 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.8 2005/01/28 13:30:15 minskim Exp $ # .ifndef _RUBYVERSION_MK @@ -121,11 +121,7 @@ RDOC?= ${LOCALBASE}/bin/rdoc${RUBY_VER} # # RUBY_ARCH is used architecture depended direcotry name. # -.if ${OPSYS} != "Linux" RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX} -.else -RUBY_ARCH?= ${LOWER_ARCH}-${LOWER_OPSYS}-gnu -.endif # # RUBY_DLEXT is suffix of extention library. |