summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/Makefile.common
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-04-30 00:21:12 +0000
committerryoon <ryoon@pkgsrc.org>2018-04-30 00:21:12 +0000
commitaaf5e588bfa0c328248dcca0b251d8d97ea32a51 (patch)
tree97299f21b1f924173669083c79e395e1db81c749 /meta-pkgs/boost/Makefile.common
parentf9dae2f4608a34696b31844bb1b77b8d1fe583c1 (diff)
downloadpkgsrc-aaf5e588bfa0c328248dcca0b251d8d97ea32a51.tar.gz
Fix devel/boost-libs build on NetBSD
Bump PKGREVISION of devel/boost-headers
Diffstat (limited to 'meta-pkgs/boost/Makefile.common')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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.