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
496 B
Plaintext
17 lines
496 B
Plaintext
--- 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
|