summaryrefslogtreecommitdiff
path: root/x11/libhelp/files/patch-ak
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-01-19 15:50:11 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-01-19 15:50:11 +0000
commit6f2f71efd4458474a08407e65ac437005fb4dc56 (patch)
tree464595dc7c258f7141104fddc9bf5c8fbdd051f7 /x11/libhelp/files/patch-ak
parento) 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-ak')
-rw-r--r--x11/libhelp/files/patch-ak41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11/libhelp/files/patch-ak b/x11/libhelp/files/patch-ak
deleted file mode 100644
index d76b9ad17676..000000000000
--- a/x11/libhelp/files/patch-ak
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.h libhtmlw/HTML.h
-*** ../../../libhelp-1.8.1/libhtmlw/HTML.h Mon Dec 26 12:15:58 1994
---- libhtmlw/HTML.h Mon Oct 20 19:00:12 1997
-***************
-*** 56,68 ****
- #define HTML_H
-
- #ifdef MOTIF
-! #include <Xm/Xm.h>
-! #if (XmVERSION == 1)&&(XmREVISION >= 2)
-! #define MOTIF1_2
-! #endif
- #else
-! #include <X11/Intrinsic.h>
-! #include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
---- 56,70 ----
- #define HTML_H
-
- #ifdef MOTIF
-! # include <Xm/Xm.h>
-! # if (XmVERSION == 1)&&(XmREVISION >= 2)
-! # define MOTIF1_2
-! # elif (XmVERSION == 2)
-! # define MOTIF2
-! # endif
- #else
-! # include <X11/Intrinsic.h>
-! # include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
-***************
-*** 483,486 ****
-
-
- #endif /* HTML_H */
--
---- 485,487 ----