summaryrefslogtreecommitdiff
path: root/net/azureus/files
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-11-15 03:17:17 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-11-15 03:17:17 +0000
commitf29d81c144198d73be3e27797bb69d746406196c (patch)
treeb1f9821c0c0d8ab1488851b19accf2e8e4514d5c /net/azureus/files
parentWhile I'm fixing cups stuff, update these instructions. There was a typo (diff)
Fix a GUI display error by telling the application the operating system it is
run on. PR: 73854 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=121631
Diffstat (limited to 'net/azureus/files')
-rw-r--r--net/azureus/files/azureus2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/azureus/files/azureus b/net/azureus/files/azureus
index 6fe4c562acc1..8d45e55bbfda 100644
--- a/net/azureus/files/azureus
+++ b/net/azureus/files/azureus
@@ -20,4 +20,4 @@ then
echo "LIB_PATH = ${LIB_PATH}"
fi
-"%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" org.gudy.azureus2.ui.swt.Main
+"%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=Linux" org.gudy.azureus2.ui.swt.Main