openbsd-ports/shells/scsh/patches/patch-configure_in
espie 342e37bdf6 fix compile with gcc4 (no need to #defined socklen_t)
some regression test does not pass (this builds and works with gcc3)
2010-05-22 11:13:56 +00:00

12 lines
524 B
Plaintext

$OpenBSD: patch-configure_in,v 1.3 2010/05/22 11:13:56 espie Exp $
--- configure.in.orig Sat May 22 12:57:53 2010
+++ configure.in Sat May 22 12:58:06 2010
@@ -348,7 +348,6 @@ esac
AC_CHECK_HEADERS(sys/un.h)
AC_CHECK_HEADERS(crypt.h)
AC_CHECK_FUNCS(gettimeofday ftime nlist select setitimer sigaction vasprintf)
- SCSH_SOCKLEN_T
AC_CHECK_FUNC(dlopen, [AC_DEFINE(HAVE_DLOPEN,
1, [Define to 1 if the interface to the dynamic linker exists])
have_dlopen="yes"],