17e39f419d
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.
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:03:53 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= alsa-lib
|
|
|
|
.if !defined(ALSA_LIB_BUILDLINK3_MK)
|
|
ALSA_LIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.alsa-lib+= alsa-lib>=1.0.18
|
|
BUILDLINK_PKGSRCDIR.alsa-lib?= ../../audio/alsa-lib
|
|
|
|
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # ALSA_LIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -alsa-lib
|