diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-02 14:32:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-02 14:32:17 +0000 |
commit | c7f0dc4190d72d3abffb242e8b0103a12a2261dc (patch) | |
tree | c4697cb988faab116dcfc7d6ad0d0bfc4e0a01b4 /devel | |
parent | a415b9e77e485892b59279d0d5db2125b84fea5a (diff) | |
download | pkgsrc-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/Makefile | 3 |
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" |