aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-06-06 08:41:25 +0800
committerjkim <jkim@FreeBSD.org>2014-06-06 08:41:25 +0800
commit3addf4b91aba74d459c5802ba691b10c5c29e611 (patch)
treec1cc0d99dfd7cf0897ae16a9e2d153e8a8b744db /games
parente75efb5fe9a027f3dcb087716c0db4c5e57426d1 (diff)
downloadfreebsd-ports-gnome-3addf4b91aba74d459c5802ba691b10c5c29e611.tar.gz
freebsd-ports-gnome-3addf4b91aba74d459c5802ba691b10c5c29e611.tar.zst
freebsd-ports-gnome-3addf4b91aba74d459c5802ba691b10c5c29e611.zip
Fix build with JDK7 and later.
Reported by: exp-run (PR190511)
Diffstat (limited to 'games')
-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 && \