1b41af41b8
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
12 lines
461 B
Makefile
12 lines
461 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2019/06/08 10:53:28 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= mingw-w64-x86_64-headers
|
|
|
|
.if !defined(MINGW_W64_X86_64_HEADERS_BUILDLINK3_MK)
|
|
MINGW_W64_X86_64_HEADERS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.mingw-w64-x86_64-headers+= mingw-w64-x86_64-headers>=5.0.4
|
|
BUILDLINK_PKGSRCDIR.mingw-w64-x86_64-headers?= ../../cross/mingw-w64-x86_64-headers
|
|
.endif # MINGW_W64_X86_64_HEADERS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mingw-w64-x86_64-headers
|