pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby The ruby library directory name on Linux has...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2aa6326744b
branches:  trunk
changeset: 488340:d2aa6326744b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jan 28 13:30:15 2005 +0000

description:
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:

 lang/ruby/rubyversion.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 48abe45670d7 -r d2aa6326744b lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Fri Jan 28 12:59:57 2005 +0000
+++ b/lang/ruby/rubyversion.mk  Fri Jan 28 13:30:15 2005 +0000
@@ -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 @@
 #
 # 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.



Home | Main Index | Thread Index | Old Index