New Libraries Convert: An extendible and configurable type-conversion framework, from Vladimir Batov. Coroutine2: (C++14) Coroutine library, from Oliver Kowalke. Updated Libraries...
17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $NetBSD: buildlink3.mk,v 1.31 2015/08/14 07:54:04 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.59.*
|
|
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
|