summaryrefslogtreecommitdiff
path: root/finance/quickfix/files/patch-src_ruby_Makefile.am
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-06-20 04:34:10 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-06-20 04:34:10 +0000
commitcd999a0cf7daf4eec9678ba418577450cac0e186 (patch)
tree717e10eff6651a040bc0f5385cc1bed49c40f1f5 /finance/quickfix/files/patch-src_ruby_Makefile.am
parentdevel/folly: Update 2019.06.10.00 -> 2019.06.17.00 (diff)
finance/quickfix: Update to 1.15.1
- Remove MAKE_JOBS_UNSAFE as it build paralelly now - Switch to GitHub PR: 238569 Submitted by: m.tsatsenko@gmail.com (maintainer)
Diffstat (limited to 'finance/quickfix/files/patch-src_ruby_Makefile.am')
-rw-r--r--finance/quickfix/files/patch-src_ruby_Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/finance/quickfix/files/patch-src_ruby_Makefile.am b/finance/quickfix/files/patch-src_ruby_Makefile.am
new file mode 100644
index 000000000000..bf0a228771d6
--- /dev/null
+++ b/finance/quickfix/files/patch-src_ruby_Makefile.am
@@ -0,0 +1,16 @@
+--- src/ruby/Makefile.am.orig 2018-04-16 02:40:31 UTC
++++ src/ruby/Makefile.am
+@@ -16,9 +16,10 @@ clean-local:
+ rm -rf $(local_ruby_lib)
+
+ install-exec-local:
+- cp -f $(top_builddir)/lib/ruby/*.rb $(RUBY_SITE_PACKAGES)
+- cp -f $(top_builddir)/lib/ruby/quickfix.so $(RUBY_SITE_PACKAGES) || :
+- cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(RUBY_SITE_PACKAGES) || :
++ $(MKDIR_P) "$(DESTDIR)$(RUBY_SITE_PACKAGES)"
++ cp -f $(top_builddir)/lib/ruby/*.rb "$(DESTDIR)$(RUBY_SITE_PACKAGES)"
++ cp -f $(top_builddir)/lib/ruby/quickfix.so "$(DESTDIR)$(RUBY_SITE_PACKAGES)" || :
++ cp -f $(top_builddir)/lib/ruby/quickfix.bundle "$(DESTDIR)$(RUBY_SITE_PACKAGES)" || :
+
+ uninstall-local:
+ rm -rf $(RUBY_SITE_PACKAGES)/quickfix*.rb