summaryrefslogtreecommitdiff
path: root/x11/olvwm/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/olvwm/patches/patch-ab')
-rw-r--r--x11/olvwm/patches/patch-ab33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/olvwm/patches/patch-ab b/x11/olvwm/patches/patch-ab
deleted file mode 100644
index 0ab070795f0..00000000000
--- a/x11/olvwm/patches/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/09/13 22:50:36 jlam Exp $
-
---- defaults.c.orig Thu Mar 2 22:44:29 2000
-+++ defaults.c Tue Jun 6 19:33:36 2000
-@@ -30,9 +30,7 @@
- #include <X11/Xutil.h>
- #include <X11/Xatom.h>
- #include <X11/Xresource.h>
--#ifdef OW_I18N_L4
- #include <sys/param.h>
--#endif
-
- #include "i18n.h"
- #include "ollocale.h"
-@@ -89,6 +87,9 @@
- (void) strcat(filename, "/.Xdefaults-");
- #ifdef SVR4
- if (sysinfo(SI_HOSTNAME, hostname, sizeof(hostname)) != -1) {
-+#endif
-+#ifdef BSD
-+ if (0 == gethostname(hostname, sizeof(hostname))) {
- #else
- if (0 == gethostname(hostname, sizeof(hostname), &namelen)) {
- #endif
-@@ -159,7 +160,7 @@
- return appDB;
- }
-
-- appDB = XrmGetFileDatabase("/usr/lib/X11/app-defaults/Olwm");
-+ appDB = XrmGetFileDatabase(PREFIX "/lib/X11/app-defaults/Olwm");
- return appDB;
- }
-