967857908e
New Libraries * Chrono: Useful time utilities * Geometry: Geometry Library * Phoenix: Define small unnamed function objects at the actual call site, and more * Ratio: Compile time rational arithmetic More: http://www.boost.org/users/history/version_1_47_0.html
17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2011/10/11 10:02:08 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-headers
|
|
|
|
.if !defined(BOOST_HEADERS_BUILDLINK3_MK)
|
|
BOOST_HEADERS_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.47.*
|
|
BUILDLINK_DEPMETHOD.boost-headers?= build
|
|
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
|
|
|
|
PTHREAD_OPTS+= require
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # BOOST_HEADERS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-headers
|