summaryrefslogtreecommitdiff
path: root/finance/quickfix/files/patch-configure.ac
diff options
context:
space:
mode:
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)