diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z10')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z10 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z10 b/x11/XFree86-4-libraries/files/patch-z10 new file mode 100644 index 000000000000..bd0eee14e9cb --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-z10 @@ -0,0 +1,16 @@ +--- lib/font/Speedo/Imakefile.orig Wed Apr 26 11:34:18 2000 ++++ lib/font/Speedo/Imakefile Wed Apr 26 11:34:41 2000 +@@ -2,10 +2,12 @@ + XCOMM $XFree86: xc/lib/font/Speedo/Imakefile,v 1.7 1999/03/02 02:49:14 dawes Exp $ + + #if DoLoadableServer ++#define PassCDebugFlags ++#if !defined(FreeBSDBuildXlib) || !FreeBSDBuildXlib + #define IHaveSubdirs + #define NoLibSubdirs +-#define PassCDebugFlags + SUBDIRS = module ++#endif + #endif + + INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include |