From 5863ee4231c2b923e0e370977a0306cc088a77d3 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 15 Jan 2010 06:42:58 +0000 Subject: Fix on -CURRENT, after the switch to utmpx.h. Submitted by: ed Reported by: Wilkinson, Alex --- x11/rxvt-unicode/files/patch-src_ptytty.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/rxvt-unicode/files/patch-src_ptytty.h (limited to 'x11') diff --git a/x11/rxvt-unicode/files/patch-src_ptytty.h b/x11/rxvt-unicode/files/patch-src_ptytty.h new file mode 100644 index 000000000000..4c97b2a0e8ea --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src_ptytty.h @@ -0,0 +1,11 @@ +--- src/ptytty.h ++++ src/ptytty.h +@@ -16,7 +16,7 @@ + #endif + + #if UTMP_SUPPORT +-# if !defined(UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) || defined(__GLIBC__) ++# if !defined(HAVE_STRUCT_UTMPX) || defined(__GLIBC__) + # undef HAVE_UTMPX_H + # undef HAVE_STRUCT_UTMPX + # endif -- cgit