Fix build with JDK7 and later.
Reported by: exp-run (PR190511)
This commit is contained in:
parent
b72cc842ef
commit
2bcf92ed89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356726
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ post-extract-script:
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKDIR}/src && \
|
cd ${WRKDIR}/src && \
|
||||||
${JAVAC} ${PORTNAME}.java
|
${SETENV} LANG=en_US.UTF-8 ${JAVAC} ${PORTNAME}.java
|
||||||
|
|
||||||
post-build-script:
|
post-build-script:
|
||||||
@cd ${WRKDIR}/src && \
|
@cd ${WRKDIR}/src && \
|
||||||
|
|
Loading…
Reference in a new issue