aboutsummaryrefslogtreecommitdiff
path: root/games/blackjackclient
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-06-06 00:41:25 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-06-06 00:41:25 +0000
commit2bcf92ed89a5053f47bb1cd910e170b1b46416ba (patch)
treec1cc0d99dfd7cf0897ae16a9e2d153e8a8b744db /games/blackjackclient
parentb72cc842ef17c845635e0cc2adff054183474749 (diff)
downloadports-2bcf92ed89a5053f47bb1cd910e170b1b46416ba.tar.gz
ports-2bcf92ed89a5053f47bb1cd910e170b1b46416ba.zip
Fix build with JDK7 and later.
Reported by: exp-run (PR190511)
Notes
Notes: svn path=/head/; revision=356726
Diffstat (limited to 'games/blackjackclient')
-rw-r--r--games/blackjackclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blackjackclient/Makefile b/games/blackjackclient/Makefile
index e7e54f93ede5..4d507063b857 100644
--- a/games/blackjackclient/Makefile
+++ b/games/blackjackclient/Makefile
@@ -22,7 +22,7 @@ post-extract-script:
do-build:
cd ${WRKDIR}/src && \
- ${JAVAC} ${PORTNAME}.java
+ ${SETENV} LANG=en_US.UTF-8 ${JAVAC} ${PORTNAME}.java
post-build-script:
@cd ${WRKDIR}/src && \