changes to fix compilation on OpenBSD

This commit is contained in:
kytv
2013-09-20 10:44:56 +00:00
parent bfea3e4dd6
commit 43383a5b3c
4 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,10 @@ TMPFILE=build/javafiles-news.txt
export TZ=UTC
RC=0
if ! $(which javac > /dev/null 2>&1); then
export JAVAC=${JAVA_HOME}/../bin/javac
fi
if [ "$1" = "-p" ]
then
POUPDATE=1