ports/java/shujit/files/patch-ac
Greg Lewis d487a983a2 . Update to 0.8.0 (unbreaks the build on 5.x and 6.x).
. Use %%DOCSDIR%% in the packing list.
. Fix a couple of typos.

Approved by:	portmgr (krion)
2005-08-11 19:44:06 +00:00

15 lines
342 B
Text

$FreeBSD$
--- README 2000/09/23 21:59:50 1.1
+++ README 2000/09/23 21:59:26
@@ -33,6 +33,10 @@
* Run Java applications with JIT compiler.
+First you should set LD_LIBRARY_PATH environment variable as follows:
+
+ export LD_LIBRARY_PATH=%%PREFIX%%/lib/shujit
+
Type instead of usual java command
% java -Djava.compiler=shujit ...