Provide BUILDLINK_CPPFLAGS.stlport to locate stlport headers.
This commit is contained in:
parent
e72c42c635
commit
39aaf20bb8
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.4 2002/09/30 23:41:31 jlam Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.5 2002/10/01 00:11:54 jlam Exp $
|
||||
|
||||
.if !defined(STLPORT_BUILDLINK2_MK)
|
||||
STLPORT_BUILDLINK2_MK= # defined
|
||||
|
@ -14,6 +14,8 @@ BUILDLINK_FILES.stlport= include/stlport/*
|
|||
BUILDLINK_FILES.stlport+= include/stlport/*/*
|
||||
BUILDLINK_FILES.stlport+= lib/libstlport*
|
||||
|
||||
BUILDLINK_CPPFLAGS.stlport= -I${BUILDLINK_PREFIX.stlport}/include/stlport
|
||||
|
||||
BUILDLINK_TARGETS+= stlport-buildlink
|
||||
|
||||
stlport-buildlink: _BUILDLINK_USE
|
||||
|
|
Loading…
Reference in a new issue