diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:50:11 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:50:11 +0000 |
commit | 6f2f71efd4458474a08407e65ac437005fb4dc56 (patch) | |
tree | 464595dc7c258f7141104fddc9bf5c8fbdd051f7 /x11/libhelp/files/patch-al | |
parent | o) Remove of obsoleted xmgr port (diff) |
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.
Notes
Notes:
svn path=/head/; revision=73497
Diffstat (limited to 'x11/libhelp/files/patch-al')
-rw-r--r-- | x11/libhelp/files/patch-al | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/libhelp/files/patch-al b/x11/libhelp/files/patch-al deleted file mode 100644 index de4f3b797056..000000000000 --- a/x11/libhelp/files/patch-al +++ /dev/null @@ -1,24 +0,0 @@ -diff -cb ../../../libhelp-1.8.1/libhtmlw/HTMLP.h libhtmlw/HTMLP.h -*** ../../../libhelp-1.8.1/libhtmlw/HTMLP.h Mon Dec 26 12:15:58 1994 ---- libhtmlw/HTMLP.h Mon Oct 20 19:00:12 1997 -*************** -*** 59,67 **** - - #ifdef MOTIF - #include <Xm/XmP.h> -! # ifdef MOTIF1_2 - # include <Xm/ManagerP.h> -! # endif /* MOTIF1_2 */ - #else - #include <X11/IntrinsicP.h> - #include <X11/ConstrainP.h> ---- 59,67 ---- - - #ifdef MOTIF - #include <Xm/XmP.h> -! # if defined(MOTIF1_2) || defined(MOTIF2) - # include <Xm/ManagerP.h> -! # endif /* MOTIF1_2 || MOTIF2*/ - #else - #include <X11/IntrinsicP.h> - #include <X11/ConstrainP.h> |