pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-gdbm Prepare for Ruby 2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fea9219c405
branches:  trunk
changeset: 363135:7fea9219c405
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 01 22:14:45 2017 +0000

description:
Prepare for Ruby 2.4.

diffstat:

 databases/ruby-gdbm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9a92b3b4f22a -r 7fea9219c405 databases/ruby-gdbm/Makefile
--- a/databases/ruby-gdbm/Makefile      Thu Jun 01 20:48:49 2017 +0000
+++ b/databases/ruby-gdbm/Makefile      Thu Jun 01 22:14:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/05/30 15:46:21 taca Exp $
+# $NetBSD: Makefile,v 1.34 2017/06/01 22:14:45 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -13,8 +13,9 @@
 
 USE_RUBY_EXTCONF=      yes
 DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
-EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/gdbm
+EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/gdbm ${RUBY_DISTNAME}/include
 WRKSRC=                        ${RUBY_WRKSRC}/ext/gdbm
+MAKE_ENV+=             top_srcdir=../..
 
 .include "../../lang/ruby/modules.mk"
 .include "../../lang/ruby/Makefile.common"



Home | Main Index | Thread Index | Old Index