307a0935cc
The imake package provides various utilities, such as imake, lndir, mkdirhier, xmkmf, and others. These utilities are from XFree86, although an X server and X libraries are not needed.
23 lines
563 B
Text
23 lines
563 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
|
|
|
|
--- include/Imakefile.orig 2003-07-03 14:43:15.000000000 +0200
|
|
+++ include/Imakefile 2003-07-03 14:44:23.000000000 +0200
|
|
@@ -15,7 +15,7 @@
|
|
DPSDIR = DPS
|
|
#endif
|
|
|
|
-SUBDIRS = bitmaps extensions fonts $(GLXDIR) $(DPSDIR)
|
|
+SUBDIRS =
|
|
|
|
#ifdef Win32Architecture
|
|
EXTRA_HEADERS = Xw32defs.h Xwinsock.h
|
|
@@ -50,9 +50,6 @@
|
|
|
|
BuildIncludes($(HEADERS),X11,..)
|
|
|
|
-#if BuildLibraries
|
|
-InstallMultipleFlags($(HEADERS),$(INCDIR)/X11,$(INSTINCFLAGS))
|
|
-#endif
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|