diff options
author | thierry <thierry@FreeBSD.org> | 2010-01-15 14:42:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-01-15 14:42:58 +0800 |
commit | 5863ee4231c2b923e0e370977a0306cc088a77d3 (patch) | |
tree | 2be22656f62cfacfc0cef554d73e33da0901dd00 /x11 | |
parent | 67d327a8f9e1af133603e5bca98117e40ecec942 (diff) | |
download | freebsd-ports-gnome-5863ee4231c2b923e0e370977a0306cc088a77d3.tar.gz freebsd-ports-gnome-5863ee4231c2b923e0e370977a0306cc088a77d3.tar.zst freebsd-ports-gnome-5863ee4231c2b923e0e370977a0306cc088a77d3.zip |
Fix on -CURRENT, after the switch to utmpx.h.
Submitted by: ed
Reported by: Wilkinson, Alex <alex.wilkinson (at) dsto.defence.gov.au>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_ptytty.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |