1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/x11/libhelp/files/patch-ab
Michael Haro 48fb7f9f4b add support for MOTIFLIB
I couldn't reproduce the error shown on bento but this should probably
be added anyway.
1999-05-02 20:06:39 +00:00

25 lines
715 B
Plaintext

--- 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()