mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
3103ffad6e
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
--- 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
|