From 6967059a0cf8ad8fe2537b92109c829e3c6a7f3c Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 10 Aug 2014 13:24:54 +0000 Subject: Include libexecinfo/bl3.mk on Darwin, Linux, and NetBSD. (Compare x11/qt5-qtbase/patches/patch-qtwebkit_Source_WTF_wtf_Assertions.cpp) From Niclas Rosenvik in PR 48609. Bump PKGREVISION. --- x11/qt5-qtwebkit/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11/qt5-qtwebkit') diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile index 3ebf04a642c..b4506dbfe06 100644 --- a/x11/qt5-qtwebkit/Makefile +++ b/x11/qt5-qtwebkit/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2014/07/27 23:04:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2014/08/10 13:24:54 wiz Exp $ PKGNAME= qt5-qtwebkit-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 WebView module .include "../../x11/qt5-qtbase/Makefile.common" @@ -47,6 +48,9 @@ post-install: .endfor .include "../../databases/sqlite3/buildlink3.mk" +.if ${OPSYS} = "Darwin" || ${OPSYS} = "Linux" || ${OPSYS} = "NetBSD" +.include "../../devel/libexecinfo/buildlink3.mk" +.endif .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/libwebp/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -- cgit v1.2.3