* New Libraries: - Endian: Types and conversion functions for correct byte ordering and more regardless of processor endianness. - Sort: Includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n)) * Updated Libraries:
13 lines
382 B
Makefile
13 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.29 2015/04/17 14:04:47 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-build
|
|
|
|
.if !defined(BOOST_BUILD_BUILDLINK3_MK)
|
|
BOOST_BUILD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.boost-build+= boost-build-1.58.*
|
|
BUILDLINK_DEPMETHOD.boost-build?= build
|
|
BUILDLINK_PKGSRCDIR.boost-build?= ../../devel/boost-build
|
|
.endif # BOOST_BUILD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-build
|