summaryrefslogtreecommitdiff
path: root/x11/imake/patches
diff options
context:
space:
mode:
authorgrant <grant>2004-07-03 04:05:13 +0000
committergrant <grant>2004-07-03 04:05:13 +0000
commit7376c6c06b587c4b6d4de99653a8c61a81f63240 (patch)
treef263977bdefc4e3966d8a424ee9a77c54f87e5fd /x11/imake/patches
parent89d5f1799ab872d0f0e8cedf08879084ce865430 (diff)
downloadpkgsrc-7376c6c06b587c4b6d4de99653a8c61a81f63240.tar.gz
we already patched SUBDIRS= # empty because this only builds imake, so
also comment out #define IHaveSubdirs. imake builds different targets for "includes" based on whether IHaveSubdirs is defined. however, this was only working by chance because if IHaveSubdirs is defined, the shell code used is: for blah in $(SUBDIRS); do which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1), bash(1), etc. just skip empty for loops. fixes install on Solaris.
Diffstat (limited to 'x11/imake/patches')
-rw-r--r--x11/imake/patches/patch-ab19
1 files changed, 14 insertions, 5 deletions
diff --git a/x11/imake/patches/patch-ab b/x11/imake/patches/patch-ab
index 4cf9c0cdcef..ccde24f6d00 100644
--- a/x11/imake/patches/patch-ab
+++ b/x11/imake/patches/patch-ab
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
+$NetBSD: patch-ab,v 1.2 2004/07/03 04:05:13 grant 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 @@
+--- 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
@@ -11,7 +20,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
#ifdef Win32Architecture
EXTRA_HEADERS = Xw32defs.h Xwinsock.h
-@@ -50,9 +50,6 @@
+@@ -50,9 +50,6 @@ all::
BuildIncludes($(HEADERS),X11,..)