summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt/patches/patch-ab')
-rw-r--r--x11/rxvt/patches/patch-ab34
1 files changed, 18 insertions, 16 deletions
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
index 2651bf14350..d8c57bee542 100644
--- a/x11/rxvt/patches/patch-ab
+++ b/x11/rxvt/patches/patch-ab
@@ -1,21 +1,23 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:14 agc Exp $
+$NetBSD: patch-ab,v 1.3 1999/06/14 01:28:14 hubertf Exp $
---- ./src/utmp.c.org Thu Jan 23 10:46:02 1997
-+++ ./src/utmp.c Thu Apr 24 15:20:49 1997
-@@ -80,6 +80,8 @@
- #include <stdio.h>
- #include <string.h>
+--- doc/Makefile.in.orig Mon Jun 14 03:07:48 1999
++++ doc/Makefile.in Mon Jun 14 03:08:19 1999
+@@ -40,6 +40,9 @@
+ #-------------------------------------------------------------------------
-+#include <sys/types.h>
+ all:
++ # Nothing
+
- #ifdef HAVE_UTMPX_H
- # include <utmpx.h>
- # define USE_SYSV_UTMP
-@@ -90,7 +92,6 @@
- # endif
- #endif
++oldall:
+ @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
--#include <sys/types.h>
- #include <sys/stat.h>
+ SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
+@@ -86,7 +89,7 @@
- #ifdef TIME_WITH_SYS_TIME
+ distclean:
+
+-install: rxvt.1
++install:
+ $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
+
+ uninstall: