From aaf5e588bfa0c328248dcca0b251d8d97ea32a51 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 30 Apr 2018 00:21:12 +0000 Subject: Fix devel/boost-libs build on NetBSD Bump PKGREVISION of devel/boost-headers --- meta-pkgs/boost/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-pkgs/boost/Makefile.common') diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 93f5eeb9316..28896ba21d6 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.72 2018/04/29 20:41:11 adam Exp $ +# $NetBSD: Makefile.common,v 1.73 2018/04/30 00:21:12 ryoon Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -89,7 +89,7 @@ post-wrapper: # We can't do this at post-extract because the extract cookie will get a future # timestamp than the sources. If this happens, print-PLIST does not work. pre-configure: - ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} + + ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} \; # Generate a new user.hpp or use the installed one, depending on the package # we are building. -- cgit v1.2.3