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-aa | |
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-aa')
-rw-r--r-- | x11/libhelp/files/patch-aa | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/x11/libhelp/files/patch-aa b/x11/libhelp/files/patch-aa new file mode 100644 index 000000000000..ae370adaf28c --- /dev/null +++ b/x11/libhelp/files/patch-aa @@ -0,0 +1,48 @@ +*** ../../../libhelp-1.8.1/Imakefile Tue Apr 4 17:21:02 1995 +--- Imakefile Mon Oct 20 22:13:28 1997 +*************** +*** 27,33 **** + XCOMM remove libhtmlw from LIBDIRS + XCOMM -------------------------------------------------------------------- + +! LIBDIRS = libhelp libButtFace libhtmlw + + XCOMM -------------------------------------------------------------------- + XCOMM Additional Definitions +--- 27,33 ---- + XCOMM remove libhtmlw from LIBDIRS + XCOMM -------------------------------------------------------------------- + +! LIBDIRS = libhelp libButtFace libhtmlw libhlpclient + + XCOMM -------------------------------------------------------------------- + XCOMM Additional Definitions +*************** +*** 36,42 **** + CC = gcc -ansi + COPT = -O2 + INCS = +! DEFS = + LIBS = + + #define IHaveSubdirs +--- 36,42 ---- + CC = gcc -ansi + COPT = -O2 + INCS = +! DEFS = -DHELP_PATH=\"$(X11BASE)/lib/X11/xmhelp/help:$(X11BASE)/lib/X11/xmhelp/pixmaps\" + LIBS = + + #define IHaveSubdirs +*************** +*** 52,60 **** + MakeSubdirs($(SUBDIRS)) + DependSubdirs($(SUBDIRS)) + CleanSubdirs($(SUBDIRS)) +- +- +- +- +- +- +--- 52,54 ---- |