pkgsrc/devel/ald/patches/patch-ae
agc 2761b7f37c Initial import of ald-0.0.19, provided in PR 16393 by pkgsrc@sudog.com.
ALD is an Assembly Language Debugger written by Patrick Alken. It's
released under the GPL and has a familiar feel to it if you're used
to GDB. Primary features include stepping, tracing, disassembly, a
nice curses-based display, breakpoints, temporary breakpoints, and
some library abstractions that people can use in their own software.

This package is x86 only at the moment.

Modified slightly by myself to conform to pkgsrc standards.
2002-04-22 11:51:50 +00:00

20 lines
563 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2002/04/22 11:51:50 agc Exp $
--- ./libDebug/include/config.h.in.orig Wed Apr 17 08:38:31 2002
+++ ./libDebug/include/config.h.in
@@ -1,13 +1,13 @@
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
+#define STDC_HEADERS 1
/* Define if you are running FreeBSD. */
#undef FreeBSD
/* Define if you are running NetBSD. */
-#undef osNetBSD
+#define osNetBSD 1
/* Define if you are running OpenBSD. */
#undef OpenBSD