summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-ba
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-04 23:07:29 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-04 23:07:29 +0000
commitabfb4e0f7afc74e6ff17e837a2ee48a44762bd71 (patch)
tree79948c4b09c389882beccaaaf8a31c66bb6cc7a3 /x11-wm/olvwm/files/patch-ba
parentFix for ELF, cleanup PLIST, and find new xview port. (diff)
Find the new xview port and misc cleanups.
PR: 9704 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'x11-wm/olvwm/files/patch-ba')
-rw-r--r--x11-wm/olvwm/files/patch-ba36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-wm/olvwm/files/patch-ba b/x11-wm/olvwm/files/patch-ba
new file mode 100644
index 000000000000..f152402439e9
--- /dev/null
+++ b/x11-wm/olvwm/files/patch-ba
@@ -0,0 +1,36 @@
+*** pixmap.c.patched Sun Jan 24 20:26:03 1999
+--- pixmap.c Sun Jan 24 20:28:39 1999
+***************
+*** 466,472 ****
+ * Construct bitmap search path as follows:
+ * $OPENWINHOME/etc/workspace/patterns
+ * $OPENWINHOME/include/X11/include/bitmaps
+! * /usr/X11/include/X11/include/bitmaps
+ *
+ * REMIND: this should be cleaned up so that it doesn't use a fixed-size
+ * array.
+--- 466,472 ----
+ * Construct bitmap search path as follows:
+ * $OPENWINHOME/etc/workspace/patterns
+ * $OPENWINHOME/include/X11/include/bitmaps
+! * /usr/X11R6/include/X11/include/bitmaps
+ *
+ * REMIND: this should be cleaned up so that it doesn't use a fixed-size
+ * array.
+***************
+*** 489,495 ****
+ (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome);
+ bitmapSearchPath[i++] = MemNewString(bmPath);
+
+! bitmapSearchPath[i++] = MemNewString("/usr/X11/include/X11/bitmaps");
+
+ bitmapSearchPath[i] = (char *)NULL;
+ }
+--- 489,495 ----
+ (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome);
+ bitmapSearchPath[i++] = MemNewString(bmPath);
+
+! bitmapSearchPath[i++] = MemNewString("/usr/X11R6/include/X11/bitmaps");
+
+ bitmapSearchPath[i] = (char *)NULL;
+ }