f9f486dcbf
7 years of changes. For details see https://www.shoup.net/ntl/doc/tour-changes.html Remove libtool patch. This is too big to be maintained in pkgsrc and should be upstreamed if deemed interesting enough. Bump API requirements in bl3.mk because of this change, and also because HElib (the only consumer of this library in pkgsrc) needs the new version anyway and will be updated next.
16 lines
344 B
Makefile
16 lines
344 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2020/06/08 13:42:38 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= ntl
|
|
|
|
.if !defined(NTL_BUILDLINK3_MK)
|
|
NTL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ntl+= ntl>=11.4.3
|
|
BUILDLINK_PKGSRCDIR.ntl?= ../../math/ntl
|
|
|
|
BUILDLINK_DEPMETHOD.ntl?= build
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.endif # NTL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ntl
|