b24a54157f
John Marino, originally per PR pkg/44436, slightly updated for i386/amd64, comes with a bootstrap which doesn't need an Ada compiler on the pkg build system (fetches a bootstrap binary from MASTER_SITE) There seems to be some incompatibility with the binutils/libgcc_s on NetBSD-current, leading to warnings. Not fatal, but should be investigated.
18 lines
546 B
Makefile
18 lines
546 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/02/01 20:32:56 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= gnat-aux
|
|
|
|
.if !defined(GNAT_AUX_BUILDLINK3_MK)
|
|
GNAT_AUX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gnat-aux+= gnat-aux>=20101120
|
|
BUILDLINK_PKGSRCDIR.gnat-aux?= ../../lang/gnat-aux
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../math/mpcomplex/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.endif # GNAT_AUX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gnat-aux
|