Don't run fc-cache while running make install there. It's just a waste
of time.
This commit is contained in:
parent
54f7c04219
commit
2492fc4c5f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2006/12/31 16:12:52 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/05/31 15:53:10 matthieu Exp $
|
||||
|
||||
SHARED_LIBS= fontconfig 5.1
|
||||
|
||||
@ -8,4 +8,7 @@ CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
|
||||
--with-default-fonts=${X11BASE}/lib/X11/fonts \
|
||||
--with-add-fonts=/usr/local/lib/X11/fonts
|
||||
|
||||
realinstall:
|
||||
exec ${MAKE} RUN_FC_CACHE_TEST=false install-strip
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user