diff options
author | asami <asami@FreeBSD.org> | 1999-05-12 09:12:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-12 09:12:40 +0000 |
commit | 881e7ac8fa6d958be2e8d5e1a2b87a4c720e4837 (patch) | |
tree | db2328d42abb3a03c64ee59e4276e186bf8f9b75 /x11-toolkits | |
parent | 002a58e6c3e4a7d38f91dc44d8f1749586e3f750 (diff) | |
download | FreeBSD-ports-881e7ac8fa6d958be2e8d5e1a2b87a4c720e4837.zip FreeBSD-ports-881e7ac8fa6d958be2e8d5e1a2b87a4c720e4837.tar.gz |
Correctly use MOTIFLIB.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xmhtml/files/patch-ac | 11 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/files/patch-ad | 11 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/files/patch-ae | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/xmhtml/files/patch-ac b/x11-toolkits/xmhtml/files/patch-ac new file mode 100644 index 0000000..d62fcc5 --- /dev/null +++ b/x11-toolkits/xmhtml/files/patch-ac @@ -0,0 +1,11 @@ +--- ./book/Imakefile.org Wed May 12 01:31:48 1999 ++++ ./book/Imakefile Wed May 12 02:03:40 1999 +@@ -36,7 +36,7 @@ + DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) + + XCOMM required libraries +-LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) ++LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) + + SRCS = simple_html.c simple_html2.c autosize_html.c forced_html.c html.c + diff --git a/x11-toolkits/xmhtml/files/patch-ad b/x11-toolkits/xmhtml/files/patch-ad new file mode 100644 index 0000000..8d4f418 --- /dev/null +++ b/x11-toolkits/xmhtml/files/patch-ad @@ -0,0 +1,11 @@ +--- ./examples/Imakefile.org Wed May 12 01:31:48 1999 ++++ ./examples/Imakefile Wed May 12 02:04:00 1999 +@@ -36,7 +36,7 @@ + DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) + + XCOMM required libraries +-LOCAL_LIBRARIES = $(XMHTMLLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) ++LOCAL_LIBRARIES = $(XMHTMLLIB) $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) + + XCOMM common routines for all examples + XCOMM diff --git a/x11-toolkits/xmhtml/files/patch-ae b/x11-toolkits/xmhtml/files/patch-ae new file mode 100644 index 0000000..aab6d25 --- /dev/null +++ b/x11-toolkits/xmhtml/files/patch-ae @@ -0,0 +1,11 @@ +--- ./tools/Imakefile.org Wed May 12 01:31:49 1999 ++++ ./tools/Imakefile Wed May 12 02:04:11 1999 +@@ -35,7 +35,7 @@ + DEFAULT_LIBS = + + XCOMM X libraries, required for reptype +-LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS) ++LOCAL_LIBRARIES = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(DMALLOCLIB) $(DEFAULT_LIBS) + + #if (IHaveZLIB) + SRCS = GetRepTypes.c WidgetSize.c gifinfo.c ImBuffer.c parse.c gif2gzf.c \ |