pkgsrc/net/udptunnel/patches/patch-aa
tv e01411cca0 Not everything has YP. Make it autoconf-conditional.
Install documentation (only available in HTML).  Bump PKGREVISION.
2005-11-02 15:08:44 +00:00

13 lines
428 B
Text

$NetBSD: patch-aa,v 1.1 2005/11/02 15:08:44 tv Exp $
--- configure.in.orig 2001-09-06 15:07:21.000000000 -0400
+++ configure.in
@@ -18,7 +18,7 @@ AC_CHECK_LIB(socket, socket)
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h)
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h rpcsvc/ypclnt.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_CHECK_SIZEOF(short)