pkgsrc/devel/xxgdb/patches/patch-aa
agc 69fbe62294 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.
1999-06-04 15:10:15 +00:00

24 lines
527 B
Text

$NetBSD: patch-aa,v 1.3 1999/06/04 15:10:15 agc Exp $
--- 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