summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-12-02 14:32:17 +0000
committerwiz <wiz@pkgsrc.org>2018-12-02 14:32:17 +0000
commitc7f0dc4190d72d3abffb242e8b0103a12a2261dc (patch)
treec4697cb988faab116dcfc7d6ad0d0bfc4e0a01b4 /devel
parenta415b9e77e485892b59279d0d5db2125b84fea5a (diff)
downloadpkgsrc-c7f0dc4190d72d3abffb242e8b0103a12a2261dc.tar.gz
boost-headers: do not generate user.hpp during configure.
Use the pregenerated file instead. The configure step is only intended to be used as a base when porting to new platforms, and as-is it didn't use the same flags that were used in other places. See https://github.com/boostorg/config/issues/240 for more details. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-headers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index 6bf6629a7f6..f5c93f04f0d 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2018/08/16 15:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/12/02 14:32:17 wiz Exp $
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
+PKGREVISION= 1
.include "../../meta-pkgs/boost/Makefile.common"