ports/net/uucp/patches/patch-configure

16 lines
356 B
Text

--- configure.orig Fri May 30 03:31:40 2003
+++ configure Fri Apr 13 15:57:26 2012
@@ -3939,11 +3939,13 @@ else
echo "$ac_t""no" 1>&6
fi
+if test $ac_cv_func_ftime = yes; then
if test $uucp_cv_sys_ftime_ok = yes || test $uucp_cv_sys_ftime_ok = runtime; then
cat >> confdefs.h <<\EOF
#define HAVE_FTIME 1
EOF
+fi
fi
for ac_func in times
do