diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 19:53:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 19:53:47 +0000 |
commit | 5b577124f0ba43dac3e4ec0e6bbf6a61fec35575 (patch) | |
tree | 1dcf2e74c9cf023ccd4a18604f17e1f44d080847 /cross/cc65/patches/patch-ab | |
parent | ad9a396121f2867b20da11da92bf8121c38c8759 (diff) | |
download | pkgsrc-5b577124f0ba43dac3e4ec0e6bbf6a61fec35575.tar.gz |
Initial import of cc65-2.12.0, packaged for pkgsrc-wip by Tim Larson:
cc65 is a complete cross development package for 65(C)02 systems, including
a powerful macro assembler, a C compiler, linker, librarian and several
other tools.
Diffstat (limited to 'cross/cc65/patches/patch-ab')
-rw-r--r-- | cross/cc65/patches/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cross/cc65/patches/patch-ab b/cross/cc65/patches/patch-ab new file mode 100644 index 00000000000..1777a82cae3 --- /dev/null +++ b/cross/cc65/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 2008/10/08 19:53:47 wiz Exp $ + +--- src/common/va_copy.h.orig 2007-06-28 10:28:34.000000000 +0000 ++++ src/common/va_copy.h +@@ -45,8 +45,6 @@ + + /* va_copy is not allowed to be defined */ + #if defined(va_copy) +-#error "The compiler is broken!" +-#endif + + /* The watcom compiler doesn't have va_copy and a problematic va_list definition */ + #if defined(__WATCOMC__) +@@ -65,6 +63,7 @@ + + + ++#endif + #endif /* #if (__STDC_VERSION__ < 199901) */ + + |