Skip to content

Commit

Permalink
don't include googletest buildlink if CONFIGURE_ARGS has --disable-un…
Browse files Browse the repository at this point in the history
…it-tests
  • Loading branch information
dbj committed Sep 15, 2013
1 parent c76da22 commit 18774d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multimedia/libvpx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2013/09/13 15:00:43 joerg Exp $
# $NetBSD: Makefile,v 1.24 2013/09/15 17:28:45 dbj Exp $

DISTNAME= libvpx-v1.2.0
PKGNAME= ${DISTNAME:S/-v/-/}
Expand Down Expand Up @@ -79,6 +79,8 @@ BUILD_TARGET= # none
post-extract:
${CP} ${FILESDIR}/strip_fPIC.sh ${WRKSRC}

.if empty(CONFIGURE_ARGS:M--disable-unit-tests)
.include "../../devel/googletest/buildlink3.mk"
.endif
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 18774d4

Please sign in to comment.