1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/print/acrobatviewer/files/patch-ab
Maxim Sobolev 1b69e27a4e Initial import of Adobe AcrobatViewer(r) - a new Adobe's free PDF viewer written
entirely in Java

PR:		16606
Submitted by:	sobomax
2000-05-29 08:34:03 +00:00

12 lines
234 B
Plaintext

--- launixgc.sh.orig Thu Dec 2 09:30:38 1999
+++ launixgc.sh Fri Feb 11 18:00:40 2000
@@ -421,6 +421,8 @@
if [ ${jittype:-""} = "off" ]
then
jitinvoc="-Djava.compiler="
+ else
+ jitinvoc="-Djava.compiler=$jittype"
fi
fi