pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby-base Add empty CONFIG_STATUS_OVERRIDE since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cdf6bbf4681
branches:  trunk
changeset: 469176:9cdf6bbf4681
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Feb 20 15:32:52 2004 +0000

description:
Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process uses
config.status's content.

diffstat:

 lang/ruby-base/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 19a760366708 -r 9cdf6bbf4681 lang/ruby-base/Makefile
--- a/lang/ruby-base/Makefile   Fri Feb 20 15:25:00 2004 +0000
+++ b/lang/ruby-base/Makefile   Fri Feb 20 15:32:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/20 15:32:52 taca Exp $
 # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -23,6 +23,8 @@
 MLINKS=                ruby${_RUBY_SUFFIX}.1 ruby.1
 TEST_TARGET=   test
 CONFIGURE_ENV+=        PREFIX="${PREFIX}"
+# Ruby build process depends on config.status's content
+CONFIG_STATUS_OVERRIDE=        # empty
 
 DOCS=          ChangeLog README README.EXT README.EXT.ja README.ja ToDo \
                doc/NEWS doc/forwardable.rd doc/forwardable.rd.ja \



Home | Main Index | Thread Index | Old Index