We don't need to include buildlink3 files for "arts" and "esound" because

they are properly dlopen()ed. Pointed out by Thomas Klausner.
This commit is contained in:
tron 2006-06-13 15:28:02 +00:00
parent 6798c73ffe
commit d10337706c

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.17 2006/06/13 15:02:58 tron Exp $
# $NetBSD: buildlink3.mk,v 1.18 2006/06/13 15:28:02 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SDL_BUILDLINK3_MK:= ${SDL_BUILDLINK3_MK}+
@ -36,14 +36,6 @@ MAKEFLAGS+= PKG_BUILD_OPTIONS.SDL=${PKG_BUILD_OPTIONS.SDL:Q}
.endif
MAKEVARS+= PKG_BUILD_OPTIONS.SDL
.if !empty(PKG_BUILD_OPTIONS.SDL:Marts)
. include "../../audio/arts/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.SDL:Mesd)
. include "../../audio/esound/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.SDL:Mnas)
. include "../../audio/nas/buildlink3.mk"
.endif