aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-05 22:51:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-05 22:51:39 +0000
commit3b4d42b44154549af00ec098338957721d58487d (patch)
treeede35af10edb0d81bcffbf1b66c0880db510baa9
parent5ad62722451f95fcdb233096c534d16e96df2de7 (diff)
downloadports-3b4d42b44154549af00ec098338957721d58487d.tar.gz
ports-3b4d42b44154549af00ec098338957721d58487d.zip
MFH: r557092
games/rlvm: unbreak font fallback after r521445 r521451 r521458 $ rlvm /path/to/CLANNAD Could not find msgothic.ttc or a suitable fallback font.: Please place a copy of msgothic.ttc in either your home directory or in the game path.
Notes
Notes: svn path=/branches/2020Q4/; revision=557094
-rw-r--r--games/rlvm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile
index 150ad7319204..5afab8979082 100644
--- a/games/rlvm/Makefile
+++ b/games/rlvm/Makefile
@@ -4,7 +4,7 @@ PORTNAME= rlvm
DISTVERSIONPREFIX= release-
DISTVERSION= 0.14-67
DISTVERSIONSUFFIX= -g9350209
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= games
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -70,7 +70,8 @@ post-patch:
${WRKSRC}/src/platforms/gtk/gtk_rlvm_instance.cc
@${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,' \
-e 's,truetype/ttf-dejavu,dejavu,' \
- -e 's,truetype/[^/"]*/,TTF/,' \
+ -e 's,truetype/mona,mona-ttf,' \
+ -e 's,truetype/,,' \
${WRKSRC}/src/utilities/find_font_file.cc
do-test-TEST-on: