pkgsrc/lang/gnat-aux/buildlink3.mk
drochner b24a54157f add gnat-aux-20110125, an Ada compiler gased on a gcc-4.6 snapshot, from
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.
2011-02-01 20:32:56 +00:00

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