mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
- Remove MAKE_JOBS_UNSAFE as it build paralelly now - Switch to GitHub PR: 238569 Submitted by: m.tsatsenko@gmail.com (maintainer)
11 lines
288 B
Text
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)
|