Sun Aug 10 13:24:54 2014 UTC ()
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.


(wiz)
diff -r1.13 -r1.14 pkgsrc/x11/qt5-qtwebkit/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/x11/qt5-qtwebkit/Makefile (expand / switch to context diff)
--- pkgsrc/x11/qt5-qtwebkit/Makefile 2014/07/27 23:04:30 1.13
+++ pkgsrc/x11/qt5-qtwebkit/Makefile 2014/08/10 13:24:54 1.14
@@ -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 @@
 .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"