aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-01-15 06:42:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-01-15 06:42:58 +0000
commit54424daf7cb2225385276f54e173852b48c59a8c (patch)
tree75866b7ee698b844fee40bf607016fa194e84f81 /x11/rxvt-unicode
parent6db90d9f5851566a289aab5da7242b5c7f41d0ce (diff)
downloadports-54424daf7cb2225385276f54e173852b48c59a8c.tar.gz
ports-54424daf7cb2225385276f54e173852b48c59a8c.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/files/patch-src_ptytty.h11
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