summaryrefslogtreecommitdiff
path: root/x11/XFree86-imake/patches/patch-ab
blob: 60c373f3d784dcb94d89a006da995fe7771cdda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ab,v 1.1.1.1 2005/10/10 17:18:55 reed Exp $

--- include/Imakefile.orig	2001-08-28 03:40:56.000000000 +1000
+++ include/Imakefile
@@ -4,7 +4,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 
 
 
 XCOMM $XFree86: xc/include/Imakefile,v 3.29 2001/08/27 17:40:56 dawes Exp $
-#define IHaveSubdirs
+XCOMM #define IHaveSubdirs
 #define PassCDebugFlags /**/
 
 #if BuildGlxExt || BuildGLXLibrary
@@ -15,7 +15,7 @@ GLXDIR = GL
 DPSDIR = DPS
 #endif
 
-SUBDIRS = bitmaps extensions fonts $(GLXDIR) $(DPSDIR)
+SUBDIRS = 
 
 #ifdef Win32Architecture
 EXTRA_HEADERS = Xw32defs.h Xwinsock.h
@@ -50,9 +50,6 @@ all::
 
 BuildIncludes($(HEADERS),X11,..)
 
-#if BuildLibraries
-InstallMultipleFlags($(HEADERS),$(INCDIR)/X11,$(INSTINCFLAGS))
-#endif
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))