diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-01-19 23:50:11 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-01-19 23:50:11 +0800 |
commit | 1a037db68c9446b2f9e2ca3d455f677f0f9228d6 (patch) | |
tree | eed8a8a3cabeb3621a56979d6144c3ae9d36002e /x11/libhelp/files/patch-aj | |
parent | 05518b0c3c8a1f8001e64db31a0e6763a59d5df8 (diff) | |
download | freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.tar.gz freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.tar.zst freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.zip |
o) libhelp was only used by xmgr, which was just deleted.
o) libhelp didn't compile on current motif.
o) Development of libhelp didn't take place since years.
Diffstat (limited to 'x11/libhelp/files/patch-aj')
-rw-r--r-- | x11/libhelp/files/patch-aj | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/libhelp/files/patch-aj b/x11/libhelp/files/patch-aj deleted file mode 100644 index 182b144c51a..00000000000 --- a/x11/libhelp/files/patch-aj +++ /dev/null @@ -1,19 +0,0 @@ ---- 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); - } - } -- |