diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:12:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:12:40 +0000 |
commit | 3edbc8ae9a19e30a8c6337c62f81f7cf6ef4f261 (patch) | |
tree | fb7040ce2299c1ebc14ac0182e748a5b002ad77c /x11-toolkits/xmhtml | |
parent | 547a32d999849190fe74ee92b0d125ad00c1c1bf (diff) | |
download | ports-3edbc8ae9a19e30a8c6337c62f81f7cf6ef4f261.tar.gz ports-3edbc8ae9a19e30a8c6337c62f81f7cf6ef4f261.zip |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml')
-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 \ |