aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/rxvt-unicode/files/patch-ab12
-rw-r--r--x11/rxvt/files/patch-ab12
2 files changed, 24 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab
new file mode 100644
index 000000000000..9497eb28e985
--- /dev/null
+++ b/x11/rxvt-unicode/files/patch-ab
@@ -0,0 +1,12 @@
+--- ./src/utmp.c.org Thu Jan 23 10:46:02 1997
++++ ./src/utmp.c Thu Apr 24 15:20:49 1997
+@@ -84,6 +84,9 @@
+ # include <utmpx.h>
+ # define USE_SYSV_UTMP
+ #else
++# if defined(__FreeBSD__) && __FreeBSD__ >= 3
++# include <sys/types.h>
++# endif
+ # include <utmp.h>
+ # ifdef HAVE_SETUTENT
+ # define USE_SYSV_UTMP
diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab
new file mode 100644
index 000000000000..9497eb28e985
--- /dev/null
+++ b/x11/rxvt/files/patch-ab
@@ -0,0 +1,12 @@
+--- ./src/utmp.c.org Thu Jan 23 10:46:02 1997
++++ ./src/utmp.c Thu Apr 24 15:20:49 1997
+@@ -84,6 +84,9 @@
+ # include <utmpx.h>
+ # define USE_SYSV_UTMP
+ #else
++# if defined(__FreeBSD__) && __FreeBSD__ >= 3
++# include <sys/types.h>
++# endif
+ # include <utmp.h>
+ # ifdef HAVE_SETUTENT
+ # define USE_SYSV_UTMP