pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-qdbm MAKE_JOBS_SAFE=no.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24635d7e5b71
branches:  trunk
changeset: 568877:24635d7e5b71
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 23 07:34:25 2009 +0000

description:
MAKE_JOBS_SAFE=no.

diffstat:

 databases/ruby-qdbm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 5d0f9a63a11c -r 24635d7e5b71 databases/ruby-qdbm/Makefile
--- a/databases/ruby-qdbm/Makefile      Wed Dec 23 07:09:46 2009 +0000
+++ b/databases/ruby-qdbm/Makefile      Wed Dec 23 07:34:25 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/05/25 09:40:57 obache Exp $
+# $NetBSD: Makefile,v 1.10 2009/12/23 07:34:25 obache Exp $
 #
 
 .include "../../databases/qdbm/Makefile.common"
@@ -14,6 +14,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=        no
+
 MY_SUBDIR=     ruby
 BUILD_DIRS=    ${MY_SUBDIR}
 CONFIGURE_DIRS=        ${MY_SUBDIR}
@@ -25,6 +27,7 @@
 #RUBY_EXTCONF_SUBDIRS= ${MY_SUBDIR}/curia ${MY_SUBDIR}/depot ${MY_SUBDIR}/villa
 RUBY_EXTCONF_ARGS=     --with-opt-dir=${PREFIX:Q} --vendor
 RUBY_HAS_ARCHLIB=      yes
+USE_TOOLS+=            gmake
 
 REPLACE_RUBY=  ${MY_SUBDIR}/curia/rbcrtest ${MY_SUBDIR}/depot/rbdptest \
                ${MY_SUBDIR}/villa/rbvltest



Home | Main Index | Thread Index | Old Index