diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
commit | 3103ffad6eedf79f4856cd8255e7b7cca818ed00 (patch) | |
tree | 0df8d4e0aef5aac8409de46d8dd3785b2184a606 /x11/XFree86-4-libraries/files/patch-z16 | |
parent | Update to 1.1 version. Also make it respect CFLAGS while I'm here. (diff) |
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
Notes
Notes:
svn path=/head/; revision=29389
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z16')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z16 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z16 b/x11/XFree86-4-libraries/files/patch-z16 new file mode 100644 index 000000000000..b8670c7ae86f --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-z16 @@ -0,0 +1,10 @@ +--- lib/Xaw/Imakefile~ Mon Jun 28 02:27:45 1999 ++++ lib/Xaw/Imakefile Tue May 9 14:19:57 2000 +@@ -196,5 +196,7 @@ + #endif + + MANSUFFIX = $(LIBMANSUFFIX) ++#if !defined(FreeBSDBuildXbin) || !FreeBSDBuildXbin + InstallManPage(Xaw,$(LIBMANDIR)) ++#endif + DependTarget() |