diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-03 04:06:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-03 04:06:39 +0800 |
commit | b7ff256e8942c5be00c84fd75fccf2c689a893f0 (patch) | |
tree | 1b1f397841243bb2057d3ee7133a746dfc713f95 /x11/libhelp/files | |
parent | 1e3e20617830884e53fc59338a8a33daaca35f76 (diff) | |
download | freebsd-ports-gnome-b7ff256e8942c5be00c84fd75fccf2c689a893f0.tar.gz freebsd-ports-gnome-b7ff256e8942c5be00c84fd75fccf2c689a893f0.tar.zst freebsd-ports-gnome-b7ff256e8942c5be00c84fd75fccf2c689a893f0.zip |
add support for MOTIFLIB
I couldn't reproduce the error shown on bento but this should probably
be added anyway.
Diffstat (limited to 'x11/libhelp/files')
-rw-r--r-- | x11/libhelp/files/patch-ab | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/x11/libhelp/files/patch-ab b/x11/libhelp/files/patch-ab index 52cb4d5a1c51..f244037a4ed2 100644 --- a/x11/libhelp/files/patch-ab +++ b/x11/libhelp/files/patch-ab @@ -1,15 +1,24 @@ -diff -cb ../../../libhelp-1.8.1/libhelp/Imakefile libhelp/Imakefile -*** ../../../libhelp-1.8.1/libhelp/Imakefile Wed Jun 28 14:59:58 1995 ---- libhelp/Imakefile Mon Oct 20 21:25:05 1997 -*************** -*** 99,104 **** ---- 99,107 ---- - XCOMM libhelp.a - - NormalLibraryTarget($(LIBHELP),$(OBJS)) -+ InstallLibrary($(LIBHELP),$(USRLIBDIR)) -+ -+ InstallNonExecFile(help.h,$(INCDIR)) - - XCOMM thelp (only for testing, not distributed) - +--- libhelp/Imakefile.orig Wed Jun 28 05:59:58 1995 ++++ libhelp/Imakefile Sun May 2 12:41:56 1999 +@@ -56,7 +56,7 @@ + CC = c89 + HPDEFS = -D_HPUX_SOURCE + HPINCS = -I/usr/include/Motif1.2 +- MOTIFLIB = -L/usr/lib/Motif1.2 -lXm ++ MOTIFLIB = -L/usr/lib/Motif1.2 -lXm ${MOTIFLIB} + #endif + + SYSINCS = -I/usr/local/X11R5/include $(SUNINCS) $(HPINCS) +@@ -99,9 +99,11 @@ + XCOMM libhelp.a + + NormalLibraryTarget($(LIBHELP),$(OBJS)) ++InstallLibrary($(LIBHELP),$(USRLIBDIR)) ++InstallNonExecFile(help.h,$(INCDIR)) + + XCOMM thelp (only for testing, not distributed) + + NormalProgramTarget(thelp,$(TESTOBJ),$(HLIB),$(THELPLIBS),$(SYSTEM_LIBS)) + +-DependTarget() ++DependTarget() |