summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-28 10:55:22 +0000
committerwiz <wiz@pkgsrc.org>2003-03-28 10:55:22 +0000
commitfed1fe1695b4d6eb12a46ce59ec6b184a96e0af8 (patch)
tree35cafa802640445e501404dcc118830db5726a42 /x11
parent8fa24b36507657402cd2f0a315284111875076a4 (diff)
downloadpkgsrc-fed1fe1695b4d6eb12a46ce59ec6b184a96e0af8.tar.gz
Fix compilation on 1.6, by disabling lastlogx support.
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt/distinfo3
-rw-r--r--x11/rxvt/patches/patch-ae18
2 files changed, 20 insertions, 1 deletions
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo
index a57f15c26dc..61602490c09 100644
--- a/x11/rxvt/distinfo
+++ b/x11/rxvt/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2003/03/27 07:14:25 wiz Exp $
+$NetBSD: distinfo,v 1.12 2003/03/28 10:55:22 wiz Exp $
SHA1 (rxvt-2.7.10.tar.bz2) = 16eae23c3227e28e5e7a53a58eaa3226affe65f9
Size (rxvt-2.7.10.tar.bz2) = 493199 bytes
SHA1 (patch-aa) = 7569bd4c4136d19ee4d8a6f1baa02b2b214ea4ad
SHA1 (patch-ab) = 62ef5b28f8842b769829fed0d217a9c54f48c832
SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f
+SHA1 (patch-ae) = 76221e9b3cd35a0f40fb6128e0bf9d74d232d907
diff --git a/x11/rxvt/patches/patch-ae b/x11/rxvt/patches/patch-ae
new file mode 100644
index 00000000000..664afcb9f4d
--- /dev/null
+++ b/x11/rxvt/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.6 2003/03/28 10:55:22 wiz Exp $
+
+--- src/logging.h.orig Tue Oct 1 06:33:47 2002
++++ src/logging.h
+@@ -31,4 +31,13 @@
+
+ #include "logging.intpro" /* PROTOS for internal routines */
+ #endif
++
++/* lastlogx support is incomplete on the NetBSD 1.6-branch -- disable it */
++#ifdef __NetBSD__
++# include <sys/param.h>
++# if __NetBSD_Version__ >= 106000000 && __NetBSD_Version__ < 106010000
++# undef HAVE_STRUCT_LASTLOGX
++# endif
++#endif
++
+ #endif /* _LOGGING_H_ */