openbsd-ports/net/ntp/patches/patch-configure_in
2004-06-05 04:54:53 +00:00

21 lines
542 B
Plaintext

$OpenBSD: patch-configure_in,v 1.4 2004/06/05 04:54:53 danh Exp $
--- configure.in.orig 2004-05-25 07:02:21.000000000 -0400
+++ configure.in 2004-06-04 09:39:53.000000000 -0400
@@ -768,6 +768,7 @@ case "$host" in
*-pc-cygwin*)
;;
*) AC_CHECK_FUNCS(getuid)
+ AC_CHECK_FUNCS(geteuid)
;;
esac
AC_CHECK_FUNCS(hstrerror)
@@ -788,6 +789,8 @@ case "$host" in
*-*-irix[[45]]*)
# Just a stub in "old" Irix. Idiots.
;;
+ *-*-openbsd*)
+ ;;
*-*-qnx*)
# Apparently there but not working in QNX. Idiots?
;;