41391b2cde
This fixes issues where, because of NFS client/server clock skew, the lib gets rebuilt at install time. Problem noticed by todd@
15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2012/01/26 08:09:21 matthieu Exp $
|
|
|
|
SHARED_LIBS= fontconfig 7.0
|
|
|
|
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
|
|
--mandir=${X11BASE}/man \
|
|
--with-cache-dir=/var/cache/fontconfig \
|
|
--with-default-fonts=${X11BASE}/lib/X11/fonts \
|
|
--with-add-fonts=/usr/local/lib/X11/fonts
|
|
|
|
realinstall:
|
|
exec ${MAKE} RUN_FC_CACHE_TEST=false ${_lt_libs} install
|
|
|
|
.include <bsd.xorg.mk>
|