ports/net/kio_fish/files/patch-configure.in
Will Andrews c0f7f37878 Add kio_fish 1.0.1, a KIO module that allows you to use sftp or scp
from within KDE's Konqueror.

Submitted by:	Lauri Watts <lauri@kde.org>
2001-12-04 07:02:35 +00:00

11 lines
368 B
Text

--- configure.in Tue Oct 9 20:54:28 2001
+++ configure.in.new Mon Nov 26 22:08:38 2001
@@ -51,7 +51,7 @@
CFLAGS="$CFLAGS -D_GNU_SOURCE"
CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE"
-AC_CHECK_HEADERS(termios.h pty.h)
+AC_CHECK_HEADERS(termios.h pty.h libutil.h sys/types.h sys/ioctl.h)
AC_CHECK_LIB(util,openpty)
AC_CHECK_FUNCS(getpt openpty unlockpt grantpt isastream)