ごめん

This commit is contained in:
2026-01-18 16:16:52 +09:00
parent f5d530c78f
commit b6cffdf0d2
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
// static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
static char *font = "Noto Sans CJK:pixelsize=16:antialias=true:autohint=true";
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = {
"Noto Sans CJK:pixelsize=16",
// "DejaVuSansM Nerd Font:pixelsize=16",

View File

@@ -25,11 +25,12 @@ PKG_CONFIG = pkg-config
.if "$(UNAME)" == "OpenBSD"
INCS = -I$(X11INC) -I$(FREETYPE) \
-I/usr/include/freetype2 \
-L/usr/local/include \
`$(PKG_CONFIG) --cflags fontconfig` \
`$(PKG_CONFIG) --cflags freetype2`
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
LIBS = -L$(X11LIB) -static -lm -lX11 -lutil -lXft \
-lfontconfig -lfreetype -lc -lxcb -lpthread -lz -lexpat \
LIBS = -L$(X11LIB) -L/usr/local/lib -static -lm -lX11 -lutil -lXft \
-lfontconfig -lfreetype -lc -lxcb -lpthread -lpng16 -lz -lexpat \
-lXrender -lXau -lXdmcp
MANPREFIX = ${PREFIX}/man
.elif "$(UNAME)" == "FreeBSD"