diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2010-10-31 17:02:26 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2010-10-31 17:02:26 +0000 |
| commit | a8f91d7e2556a0e9132822da30826e580b3ae4f9 (patch) | |
| tree | c3527495204798542db2e449b8888162fe566476 /security/heimdal/files/patch-configure.ac | |
| parent | Update to 1.8.1. (diff) | |
Update to 1.4
PR: ports/151506
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=263841
Diffstat (limited to 'security/heimdal/files/patch-configure.ac')
| -rw-r--r-- | security/heimdal/files/patch-configure.ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/heimdal/files/patch-configure.ac b/security/heimdal/files/patch-configure.ac new file mode 100644 index 000000000000..c89a512e83ca --- /dev/null +++ b/security/heimdal/files/patch-configure.ac @@ -0,0 +1,16 @@ +--- configure.ac.orig 2010-09-13 09:23:34.000000000 +0200 ++++ configure.ac 2010-10-26 22:51:16.000000000 +0200 +@@ -521,6 +521,13 @@ + AC_HAVE_STRUCT_FIELD(struct utmp, ut_pid, [#include <utmp.h>]) + AC_HAVE_STRUCT_FIELD(struct utmp, ut_type, [#include <utmp.h>]) + AC_HAVE_STRUCT_FIELD(struct utmp, ut_user, [#include <utmp.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_host, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_id, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_line, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_pid, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_tv, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_type, [#include <utmpx.h>]) ++AC_HAVE_STRUCT_FIELD(struct utmpx, ut_user, [#include <utmpx.h>]) + AC_HAVE_STRUCT_FIELD(struct utmpx, ut_exit, [#include <utmpx.h>]) + AC_HAVE_STRUCT_FIELD(struct utmpx, ut_syslen, [#include <utmpx.h>]) + |
