freebsd-ports/editors/emacs23/files/patch-configure.in
Philip M. Gollucci 14046789e0 - fix utmp.h -> utmpx.h
fixes are included in upstream e-mail so this is temporary

PR:             ports/143113
Submitted by:   Giorgos Keramidas <keramida@freebsd.org> (maintainer)
2010-02-02 07:03:11 +00:00

11 lines
534 B
Text

--- configure.in.orig 2009-07-29 18:09:49.000000000 +0300
+++ configure.in 2010-01-23 11:34:48.296987092 +0200
@@ -1014,7 +1014,7 @@
linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
- sys/utsname.h pwd.h)
+ sys/utsname.h pwd.h utmp.h)
AC_MSG_CHECKING(if personality LINUX32 can be set)
AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],