Skip to content

Commit

Permalink
Fix yaft makefile about mkfont_bdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
verylowfreq committed Apr 16, 2022
1 parent e9e0306 commit e43d94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package/yaft/yaft.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ YAFT_SITE_METHOD = git
YAFT_LICENSE = MIT License
YAFT_LICENSE_FILES = LICENSE


define YAFT_BUILD_CMDS
echo YAFT_BUILD_CMDS kicked.
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
LANG=ja_JP.UTF-8 $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
endef


Expand Down
2 changes: 1 addition & 1 deletion patches/yaft/0001-crosscompile-charwidth.patch
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ index b175610..9f987b6 100644
+ }
else
glyphp = term->glyph[code];

0 comments on commit e43d94e

Please # to comment.