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/files/patch-ad | |
| parent | 547a32d999849190fe74ee92b0d125ad00c1c1bf (diff) | |
Correctly use MOTIFLIB.
Diffstat (limited to 'x11-toolkits/xmhtml/files/patch-ad')
| -rw-r--r-- | x11-toolkits/xmhtml/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
