ports/finance/quickfix/files/patch-configure.ac
Koichiro Iwao cd999a0cf7 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)
2019-06-20 04:34:10 +00:00

11 lines
288 B
Text

--- 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)