diff options
-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 000000000000..d62fcc5224a1 --- /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 000000000000..8d4f4181cbc0 --- /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 000000000000..aab6d252764c --- /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 \ |