summaryrefslogtreecommitdiff
path: root/lib/fontconfig
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-01-26 08:09:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-01-26 08:09:22 +0000
commitb9a908523bbb34101380fe20b4cc22064d29b16f (patch)
tree4370ff56a8a9c7cb75da860885f6f6612a39a76e /lib/fontconfig
parentf40783ae9ea472ed82ff55f075cf8199d7e47606 (diff)
Forcee the shared library revision for install too.
This fixes issues where, because of NFS client/server clock skew, the lib gets rebuilt at install time. Problem noticed by todd@
Diffstat (limited to 'lib/fontconfig')
-rw-r--r--lib/fontconfig/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper
index c9c053b75..90e915ebd 100644
--- a/lib/fontconfig/Makefile.bsd-wrapper
+++ b/lib/fontconfig/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2010/03/25 21:45:57 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2012/01/26 08:09:21 matthieu Exp $
SHARED_LIBS= fontconfig 7.0
@@ -9,6 +9,6 @@ CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--with-add-fonts=/usr/local/lib/X11/fonts
realinstall:
- exec ${MAKE} RUN_FC_CACHE_TEST=false install
+ exec ${MAKE} RUN_FC_CACHE_TEST=false ${_lt_libs} install
.include <bsd.xorg.mk>