From 5d83bb103a7f7d7808d14922890bb37c164833d4 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 4 Jun 1999 15:10:15 +0000 Subject: On Solaris, leading tabs before definitions in an Imakefile are bad news. Change the leading tabs to spaces, so that it doesn't think it's a shell command. --- devel/xxgdb/patches/patch-aa | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'devel/xxgdb') diff --git a/devel/xxgdb/patches/patch-aa b/devel/xxgdb/patches/patch-aa index 05f07c2dfbf..30f26bb3234 100644 --- a/devel/xxgdb/patches/patch-aa +++ b/devel/xxgdb/patches/patch-aa @@ -1,17 +1,24 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:29 agc Exp $ +$NetBSD: patch-aa,v 1.3 1999/06/04 15:10:15 agc Exp $ -*** Imakefile.orig Wed Feb 18 08:01:57 1998 ---- Imakefile Wed Feb 18 08:04:32 1998 -*************** -*** 74,79 **** ---- 74,83 ---- - #endif - #endif - -+ #ifdef NetBSDArchitecture -+ DEFINES = $(DEFGDB) -+ #endif -+ - # Add to use new multi window format - #DEFINES+=-DNEW_INTERFACE - # Add to open all windows at startup +--- Imakefile.orig Mon Jun 19 23:20:55 1995 ++++ Imakefile Fri Jun 4 15:59:01 1999 +@@ -23,7 +23,7 @@ + #endif + #else + DEFINES = -DSYSV -DSVR4 -DSUNOS4 $(DEFGDB) +- SYS_LIBRARIES = -lm ++ SYS_LIBRARIES = -lm + #endif + #else + DEFINES = -DOLDSUNOS -DNEED_STRSTR $(DEFGDB) +@@ -72,6 +72,10 @@ + #else + DEFINES = -DOLDSUNOS $(DEFGDB) -DNEXTOS_2 + #endif ++#endif ++ ++#ifdef NetBSDArchitecture ++DEFINES = $(DEFGDB) + #endif + + # Add to use new multi window format -- cgit v1.2.3