diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-08 23:19:49 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-08 23:19:49 +0000 |
commit | 0a107c0392f467f43ef9ac8ac4d7c071d19ac705 (patch) | |
tree | 6c419da3c6f37a284d9fd61cf352b780c0c1cca3 /lang/kaffe/patches | |
parent | 64bf67c67c9b114b96fb59d82f3e3c5e41fd84ba (diff) | |
download | pkgsrc-0a107c0392f467f43ef9ac8ac4d7c071d19ac705.tar.gz |
Update kaffe to 1.0.b3.
What's New in Kaffe OpenVM 1.0 Beta 3:
* New java.awt - now implements old event model (JDK 1.0.2) and will support
Swing.
* New java.net implementation - fixes many bugs and generally much cleaner.
* Initial implementation of Collections API (only Vector and Hashtable
currently conform).
* Lots of bug fixes.
Diffstat (limited to 'lang/kaffe/patches')
-rw-r--r-- | lang/kaffe/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ak b/lang/kaffe/patches/patch-ak new file mode 100644 index 00000000000..d2a56130661 --- /dev/null +++ b/lang/kaffe/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 1998/12/08 23:19:49 frueauf Exp $ + +--- libraries/clib/io/Makefile.in-orig Tue Dec 8 05:18:52 1998 ++++ libraries/clib/io/Makefile.in Tue Dec 8 23:05:21 1998 +@@ -26,7 +26,7 @@ + DLLTOOL= @DLLTOOL@ + DEPTOOL= @DEPTOOL@ + PIC= @PIC@ +-LDFLAGS= @LIBSHARE@ @LDFLAGS@ ++LDFLAGS= @LIBSHARE@ + LIBS= @LIBS@ + LDTAIL= @LDTAIL@ @STD_LIBRARIES@ + KVER= @KVER@ |