diff options
author | tv <tv> | 2000-10-16 20:38:20 +0000 |
---|---|---|
committer | tv <tv> | 2000-10-16 20:38:20 +0000 |
commit | fe785c6c4f1313a897bf55e2fa21db9f280342b3 (patch) | |
tree | d2d8fe62220973f183c75f18b627fbe28c17ddc1 /lang/jikes/patches | |
parent | 605ddd2d4b14612eb10fee0c1f637a53f27df5dc (diff) | |
download | pkgsrc-fe785c6c4f1313a897bf55e2fa21db9f280342b3.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')
-rw-r--r-- | lang/jikes/patches/patch-aa | 12 | ||||
-rw-r--r-- | lang/jikes/patches/patch-ab | 13 |
2 files changed, 25 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 () + { diff --git a/lang/jikes/patches/patch-ab b/lang/jikes/patches/patch-ab new file mode 100644 index 00000000000..7dfa1b1f432 --- /dev/null +++ b/lang/jikes/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/10/16 20:38:21 tv Exp $ + +--- doc/Makefile.in.orig Mon Oct 16 16:20:21 2000 ++++ doc/Makefile.in Mon Oct 16 16:20:29 2000 +@@ -80,7 +80,7 @@ + + man_MANS = jikes.1 + +-docdir = $(prefix)/doc/${PACKAGE}-${VERSION} ++docdir = $(prefix)/share/doc/${PACKAGE}-${VERSION} + + doc_DATA = \ + contrib.html \ |