The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
14 lines
409 B
Makefile
14 lines
409 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2018/01/07 13:04:10 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= pthread-stublib
|
|
|
|
.if !defined(PTHREAD_STUBLIB_BUILDLINK3_MK)
|
|
PTHREAD_STUBLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pthread-stublib+= pthread-stublib>=1.0
|
|
BUILDLINK_PKGSRCDIR.pthread-stublib?= ../../devel/pthread-stublib
|
|
|
|
IS_BUILTIN.pthread-stublib= no
|
|
.endif # PTHREAD_STUBLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pthread-stublib
|