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:
parent
1bc97d7d7b
commit
d43bd5a0b5
@ -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
|
COMMENT= dynamic window manager
|
||||||
|
|
||||||
V= 6.1
|
V= 6.1
|
||||||
DISTNAME= dwm-${V}
|
DISTNAME= dwm-${V}
|
||||||
REVISION= 1
|
REVISION= 2
|
||||||
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
|
@ -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
|
Index: config.mk
|
||||||
--- config.mk.orig
|
--- config.mk.orig
|
||||||
+++ config.mk
|
+++ config.mk
|
||||||
@ -12,7 +12,7 @@ Index: config.mk
|
|||||||
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
|
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
|
||||||
-LDFLAGS = -s ${LIBS}
|
-LDFLAGS = -s ${LIBS}
|
||||||
+CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations ${INCS} ${CPPFLAGS}
|
+CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations ${INCS} ${CPPFLAGS}
|
||||||
+LDFLAGS += -s ${LIBS}
|
+LDFLAGS += ${LIBS}
|
||||||
|
|
||||||
# Solaris
|
# Solaris
|
||||||
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
|
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user