summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-28 13:13:28 +0000
committeragc <agc@pkgsrc.org>1998-01-28 13:13:28 +0000
commit8453d8a276c1a33cbb0a04c51888da9c82535369 (patch)
tree3a526f7ff93a47bfeae80c317bbb8e73d296b410 /lang/kaffe
parent6e110bf40d8d4569f12feacded7d5a260b4a0775 (diff)
downloadpkgsrc-8453d8a276c1a33cbb0a04c51888da9c82535369.tar.gz
The class files are installed in ${PREFIX}/share/kaffe. This patch
modified the ENVIRONMENT file to look in ${PREFIX}/share/java. As nothing else was changed to install any files in the modified location, just keep everything simple and sane, and standardise on ${PREFIX}/share/kaffe. If we change this in the future, all occurrences should be changed.
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/kaffe/patches/patch-aa b/lang/kaffe/patches/patch-aa
deleted file mode 100644
index 3167c722474..00000000000
--- a/lang/kaffe/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./configure Thu Mar 20 14:37:38 1997
-+++ ./configure Fri Mar 21 18:39:02 1997
-@@ -4422,9 +4422,9 @@
-
- if test "$SYSTEM" = "unix" ; then
- if test "$awt_toolkit" != "none" ; then
-- echo CLASSPATH=.:$datadir/kaffe/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT
-+ echo CLASSPATH=.:$datadir/java/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT
- else
-- echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT
-+ echo CLASSPATH=.:$datadir/java/classes.zip > ENVIRONMENT
- fi
- echo KAFFEHOME=$datadir/kaffe >> ENVIRONMENT
- if test "$dynamic_libraries" = "yes" ; then