aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/vuze/files
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2004-11-15 11:17:17 +0800
committerhq <hq@FreeBSD.org>2004-11-15 11:17:17 +0800
commite87d33b3fa7165e0bef8487c3487ea455afc0cf8 (patch)
tree856539b765f488266f0d9a6c78a0c55e77458a3f /net-p2p/vuze/files
parent824b9a2a5ef322197c7b97aa9f50483ce1b8b05e (diff)
downloadfreebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.tar.gz
freebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.tar.zst
freebsd-ports-gnome-e87d33b3fa7165e0bef8487c3487ea455afc0cf8.zip
Fix a GUI display error by telling the application the operating system it is
run on. PR: 73854 Submitted by: maintainer
Diffstat (limited to 'net-p2p/vuze/files')
-rw-r--r--net-p2p/vuze/files/azureus2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/vuze/files/azureus b/net-p2p/vuze/files/azureus
index 6fe4c562acc1..8d45e55bbfda 100644
--- a/net-p2p/vuze/files/azureus
+++ b/net-p2p/vuze/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