diff options
author | tv <tv@pkgsrc.org> | 2000-10-16 20:38:20 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2000-10-16 20:38:20 +0000 |
commit | 74aaff975b3a22de1d2a31db6f618f4dc3e6e446 (patch) | |
tree | d2d8fe62220973f183c75f18b627fbe28c17ddc1 /lang/jikes/patches/patch-aa | |
parent | 02fdf8c9ef90d412bb70822672fce358e27032df (diff) | |
download | pkgsrc-74aaff975b3a22de1d2a31db6f618f4dc3e6e446.tar.gz |
1.06 is very old and doesn't compile on NetBSD. Update to 1.12, which uses
autoconf for its build.
Diffstat (limited to 'lang/jikes/patches/patch-aa')
-rw-r--r-- | lang/jikes/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/jikes/patches/patch-aa b/lang/jikes/patches/patch-aa new file mode 100644 index 00000000000..839f796ef69 --- /dev/null +++ b/lang/jikes/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2000/10/16 20:38:21 tv Exp $ + +--- configure.orig Mon Oct 16 15:55:59 2000 ++++ configure Mon Oct 16 15:57:17 2000 +@@ -2549,6 +2549,7 @@ + extern "C" void exit (int); + #endif + $ac_includes_default ++#include <wchar.h> + int + main () + { |