Add "rpath" promise for lazy font loading

Reported and pinned down by Piotr Kubaj <pkubaj@anongoth.pl>.

dwm will look for fonts providing missing glyphs in the default one in
order to draw window titles properly.

OK tb jca
This commit is contained in:
kn 2018-06-03 16:57:11 +00:00
parent 1bc97d7d7b
commit d43bd5a0b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2018/05/22 13:30:56 kn Exp $
# $OpenBSD: Makefile,v 1.30 2018/06/03 16:57:11 kn Exp $
COMMENT= dynamic window manager
V= 6.1
DISTNAME= dwm-${V}
REVISION= 1
REVISION= 2
CATEGORIES= x11

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-config_mk,v 1.11 2018/05/22 13:30:57 kn Exp $
$OpenBSD: patch-config_mk,v 1.12 2018/06/03 16:57:12 kn Exp $
Index: config.mk
--- config.mk.orig
+++ config.mk
@ -12,7 +12,7 @@ Index: config.mk
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations ${INCS} ${CPPFLAGS}
+LDFLAGS += -s ${LIBS}
+LDFLAGS += ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"