summaryrefslogtreecommitdiff
path: root/lang/kaffe/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-08 23:19:49 +0000
committerfrueauf <frueauf>1998-12-08 23:19:49 +0000
commit8fa393d97e37b083fee9629a20a927e1fc4e78c4 (patch)
tree6c419da3c6f37a284d9fd61cf352b780c0c1cca3 /lang/kaffe/patches
parenta6483ea415af2b2ccda0d5274817d5f7c6db13ae (diff)
downloadpkgsrc-8fa393d97e37b083fee9629a20a927e1fc4e78c4.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-ak13
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@