summaryrefslogtreecommitdiff
path: root/databases/qdbm/patches
diff options
context:
space:
mode:
authortaca <taca>2008-06-19 14:42:24 +0000
committertaca <taca>2008-06-19 14:42:24 +0000
commit87bf0536a6d085aaf6e1aba5a38f480d8a7f7438 (patch)
treeea4c9a0687aaa4b64f78762483789b99f97ca384 /databases/qdbm/patches
parent8725295b37d5f2449c55f3b2e314f308c347e6dd (diff)
downloadpkgsrc-87bf0536a6d085aaf6e1aba5a38f480d8a7f7438.tar.gz
Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'databases/qdbm/patches')
-rw-r--r--databases/qdbm/patches/patch-af17
1 files changed, 15 insertions, 2 deletions
diff --git a/databases/qdbm/patches/patch-af b/databases/qdbm/patches/patch-af
index c45c022263b..1c009920666 100644
--- a/databases/qdbm/patches/patch-af
+++ b/databases/qdbm/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.3 2008/02/07 12:40:16 obache Exp $
+$NetBSD: patch-af,v 1.4 2008/06/19 14:45:38 taca Exp $
---- ruby/Makefile.in.orig 2006-09-06 12:37:33.000000000 +0900
+--- ruby/Makefile.in.orig 2006-09-06 03:37:33.000000000 +0000
+++ ruby/Makefile.in
@@ -21,7 +21,7 @@ MYDOCS = rbspex.html rbspex-ja.html rbap
prefix = @prefix@
@@ -11,3 +11,16 @@ $NetBSD: patch-af,v 1.3 2008/02/07 12:40:16 obache Exp $
DESTDIR =
# Building binaries
+@@ -35,9 +35,9 @@ RUNENV = LD_LIBRARY_PATH=.:..:../..:/usr
+
+
+ all :
+- cd depot && [ -f Makefile ] || $(RUNENV) ruby extconf.rb ; $(RUNENV) make
+- cd curia && [ -f Makefile ] || $(RUNENV) ruby extconf.rb ; $(RUNENV) make
+- cd villa && [ -f Makefile ] || $(RUNENV) ruby extconf.rb ; $(RUNENV) make
++ cd depot && [ -f Makefile ] || $(RUNENV) $(RUBY) extconf.rb $(RUBY_EXTCONF_ARGS); $(RUNENV) make
++ cd curia && [ -f Makefile ] || $(RUNENV) $(RUBY) extconf.rb $(RUBY_EXTCONF_ARGS); $(RUNENV) make
++ cd villa && [ -f Makefile ] || $(RUNENV) $(RUBY) extconf.rb $(RUBY_EXTCONF_ARGS); $(RUNENV) make
+ @printf '\n'
+ @printf '#================================================================\n'
+ @printf '# Ready to install.\n'