diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-10 13:24:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-10 13:24:54 +0000 |
commit | 6967059a0cf8ad8fe2537b92109c829e3c6a7f3c (patch) | |
tree | 6324c004d2f4c03f60bd6e4a386443b144ac9f60 /x11 | |
parent | d5a442acee7e0a059769d957d32714ea9ea4f152 (diff) | |
download | pkgsrc-6967059a0cf8ad8fe2537b92109c829e3c6a7f3c.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/Makefile | 6 |
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" |