diff options
| author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-02 07:03:11 +0000 |
|---|---|---|
| committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-02 07:03:11 +0000 |
| commit | 14046789e05343dd52a56aba5647a529b62cffe5 (patch) | |
| tree | 40f7e42bb68ba55932a5144c1c7edeb25352da5e /editors/emacs/files/patch-configure.in | |
| parent | - fix build with utmpx (diff) | |
- 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)
Notes
Notes:
svn path=/head/; revision=249073
Diffstat (limited to 'editors/emacs/files/patch-configure.in')
| -rw-r--r-- | editors/emacs/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-configure.in b/editors/emacs/files/patch-configure.in new file mode 100644 index 000000000000..14cb6ddd95fc --- /dev/null +++ b/editors/emacs/files/patch-configure.in @@ -0,0 +1,11 @@ +--- 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)], |
