summaryrefslogtreecommitdiff
path: root/lang/sun-jdk13/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sun-jdk13/patches/patch-aa')
-rw-r--r--lang/sun-jdk13/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/sun-jdk13/patches/patch-aa b/lang/sun-jdk13/patches/patch-aa
deleted file mode 100644
index 06b349103d9..00000000000
--- a/lang/sun-jdk13/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/06/12 16:31:46 skrll Exp $
-
---- bin/.java_wrapper.orig Tue Jun 12 16:44:23 2001
-+++ bin/.java_wrapper Tue Jun 12 16:44:48 2001
-@@ -31,17 +31,6 @@
- ;;
- esac
-
--# Resolve symlinks. See 4152645.
--while [ -L "$PRG" ]; do
-- ls=`ls -ld "$PRG"`
-- link=`expr "$ls" : '.*-> \(.*\)$'`
-- if expr "$link" : '/' > /dev/null; then
-- PRG="$link"
-- else
-- PRG="`dirname $PRG`/$link"
-- fi
--done
--
- APPHOME=`dirname "$PRG"`/..
- JREHOME=$APPHOME/jre
-