summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-10 13:24:54 +0000
committerwiz <wiz>2014-08-10 13:24:54 +0000
commit0bca599b5de8bf8a653824ff602ec3d672aa2e8b (patch)
tree6324c004d2f4c03f60bd6e4a386443b144ac9f60 /x11
parent4a1ba8b784a799efcf7891db296df476d1865f30 (diff)
downloadpkgsrc-0bca599b5de8bf8a653824ff602ec3d672aa2e8b.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtwebkit/Makefile6
1 files changed, 5 insertions, 1 deletions
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"