summaryrefslogtreecommitdiff
path: root/x11/libhelp/files/patch-aj
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-14 09:52:55 +0000
commitf13abc27de1607259e675e64f1905451906bdf13 (patch)
tree90ff731f04136779b4af365e391a7fb5a34d7841 /x11/libhelp/files/patch-aj
parentUpdate to 1.202 (diff)
Un-break.
Notes
Notes: svn path=/head/; revision=10515
Diffstat (limited to '')
-rw-r--r--x11/libhelp/files/patch-aj37
1 files changed, 18 insertions, 19 deletions
diff --git a/x11/libhelp/files/patch-aj b/x11/libhelp/files/patch-aj
index 6412fa774fce..182b144c51a8 100644
--- a/x11/libhelp/files/patch-aj
+++ b/x11/libhelp/files/patch-aj
@@ -1,20 +1,19 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.c libhtmlw/HTML.c
-*** ../../../libhelp-1.8.1/libhtmlw/HTML.c Mon Dec 26 12:15:57 1994
---- libhtmlw/HTML.c Mon Oct 20 19:00:12 1997
-***************
-*** 57,62 ****
---- 57,63 ----
- #ifdef MOTIF
- #include <Xm/DrawingA.h>
- #include <Xm/ScrollBar.h>
-+ #include <Xm/ManagerP.h>
- #else
- #include "DrawingArea.h"
- #include <X11/Xaw/Scrollbar.h>
-***************
-*** 6109,6112 ****
- return(-1);
- }
- }
+--- libhtmlw/HTML.c.orig Mon Dec 26 12:15:57 1994
++++ libhtmlw/HTML.c Tue Apr 14 10:06:06 1998
+@@ -57,6 +57,11 @@
+ #ifdef MOTIF
+ #include <Xm/DrawingA.h>
+ #include <Xm/ScrollBar.h>
++#include <Xm/ManagerP.h>
++#ifdef MOTIF2
++#include <Xm/ManagerI.h>
++#include <Xm/TravActI.h>
++#endif
+ #else
+ #include "DrawingArea.h"
+ #include <X11/Xaw/Scrollbar.h>
+@@ -6109,4 +6114,3 @@
+ return(-1);
+ }
+ }
-
---- 6112,6114 ----