diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:13:33 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:13:33 +0000 |
commit | 7b804361b042acf5438f8b4b333139d0b29b0b2a (patch) | |
tree | df1970ac47dca73ed554f57da45bca66fee33f02 /x11/libhelp/files/patch-ak | |
parent | Upgrade: 2.38 -> 2.42 (diff) |
Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.
Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
Notes
Notes:
svn path=/head/; revision=10451
Diffstat (limited to 'x11/libhelp/files/patch-ak')
-rw-r--r-- | x11/libhelp/files/patch-ak | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/libhelp/files/patch-ak b/x11/libhelp/files/patch-ak new file mode 100644 index 000000000000..d76b9ad17676 --- /dev/null +++ b/x11/libhelp/files/patch-ak @@ -0,0 +1,41 @@ +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 ---- |