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-ao | |
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-ao')
-rw-r--r-- | x11/libhelp/files/patch-ao | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/libhelp/files/patch-ao b/x11/libhelp/files/patch-ao deleted file mode 100644 index 0f20978a152c..000000000000 --- a/x11/libhelp/files/patch-ao +++ /dev/null @@ -1,17 +0,0 @@ ---- ./xmhelp/Imakefile.org Wed Jun 28 06:01:21 1995 -+++ ./xmhelp/Imakefile Wed May 12 00:10:12 1999 -@@ -84,7 +84,7 @@ - LIBHELPLIBS = $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB) - - LIBLIBS = -L/usr/local/lib $(LIBHELPLIBS) -- MOTIFLIB = $(MOTIFLIBDIR) -lXm -+ MOTIFLIB ?= $(MOTIFLIBDIR) -lXm - - LIBLIBS = $(LIBSDIR) $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB) - ALLXLIBS = $(MOTIFLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -@@ -97,4 +97,4 @@ - XCOMM Insert Macros - XCOMM ------------------------------------------------------------------ - --ComplexProgramTarget(xmhelp) -+ComplexProgramTargetNoMan(xmhelp) |