summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-12-07 14:51:47 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-12-07 14:51:47 +0000
commit4f81f20ada46a2b707dc6ea659e5a4ed3cfcf4af (patch)
tree6272f1e7c02e1692c9790b6c76292f960c2878ca /dev-java/nice/files
parentStable on sparc (diff)
downloadhistorical-4f81f20ada46a2b707dc6ea659e5a4ed3cfcf4af.tar.gz
historical-4f81f20ada46a2b707dc6ea659e5a4ed3cfcf4af.tar.bz2
historical-4f81f20ada46a2b707dc6ea659e5a4ed3cfcf4af.zip
fixes #73387
Diffstat (limited to 'dev-java/nice/files')
-rw-r--r--dev-java/nice/files/nice-0.9.9.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-java/nice/files/nice-0.9.9.patch b/dev-java/nice/files/nice-0.9.9.patch
index ac91f7053a87..f1455305c2a7 100644
--- a/dev-java/nice/files/nice-0.9.9.patch
+++ b/dev-java/nice/files/nice-0.9.9.patch
@@ -8,13 +8,3 @@
BINDIR= ${PREFIX}/bin
DOCDIR= ${PREFIX}/share/doc/nice
MANDIR= ${PREFIX}/share/man/man1
---- bin/nicec 2004-11-14 14:06:26.000000000 +0100
-+++ bin/nicec 2004-11-14 14:08:43.370862376 +0100
-@@ -53,6 +53,7 @@
- if [ -z "$NICEC_JAR" ]; then
- find_home "$scriptName"
- NICEC_JAR=${APPHOME}/share/java/nice.jar
-+ NICEC_JAR=`java-config -p nice`
- fi
-
- # Having a trailing ":" at the end of CLASSPATH seems to act as ":." on some platforms