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-z08 | |
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-z08')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z08 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z08 b/x11/XFree86-4-libraries/files/patch-z08 new file mode 100644 index 000000000000..008f4f5ce005 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-z08 @@ -0,0 +1,16 @@ +--- lib/font/bitmap/Imakefile.orig Wed Apr 26 11:26:28 2000 ++++ lib/font/bitmap/Imakefile Wed Apr 26 11:33:38 2000 +@@ -2,10 +2,12 @@ + XCOMM $XFree86: xc/lib/font/bitmap/Imakefile,v 1.8 1999/11/19 13:53:27 hohndel Exp $ + + #if DoLoadableServer ++#define PassCDebugFlags ++#if !defined(FreeBSDBuildXlib) || !FreeBSDBuildXlib + #define IHaveSubdirs + #define NoLibSubdirs +-#define PassCDebugFlags + SUBDIRS = module ++#endif + #endif + + #ifndef KDriveXServer |