SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
--- 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