summaryrefslogtreecommitdiff
path: root/finance/quickfix/files/patch-configure.ac
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-configure.ac
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-configure.ac')
-rw-r--r--finance/quickfix/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/quickfix/files/patch-configure.ac b/finance/quickfix/files/patch-configure.ac
new file mode 100644
index 000000000000..869c3d5e618d
--- /dev/null
+++ b/finance/quickfix/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2019-06-11 07:14:11 UTC
++++ configure.ac
+@@ -198,7 +198,7 @@ AC_TRY_COMPILE(
+ [#include <sys/timeb.h>],
+ [timeb tb;
+ ftime(&tb)],
+- has_ftime=true, has_ftime=false)
++ has_ftime=false, has_ftime=false)
+
+ if test $has_ftime = true
+ then AC_MSG_RESULT(yes)