summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-05-14 15:19:05 +0000
committertnn <tnn@pkgsrc.org>2022-05-14 15:19:05 +0000
commit11a6447a75e966efc6102555803fb30c332f800f (patch)
tree695f0709e700201ec3ac535f3508cff131bacbd2 /x11
parent81dfd65ccd04d2369bdd8fd3890e593ca5562bc0 (diff)
downloadpkgsrc-11a6447a75e966efc6102555803fb30c332f800f.tar.gz
qwt6-qt5: add some CHECK_SHLIB skips for Darwin
Diffstat (limited to 'x11')
-rw-r--r--x11/qwt6-qt5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qwt6-qt5/Makefile b/x11/qwt6-qt5/Makefile
index 4c5d01ac6a7..5bc1675dea7 100644
--- a/x11/qwt6-qt5/Makefile
+++ b/x11/qwt6-qt5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:18 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/05/14 15:19:05 tnn Exp $
DISTNAME= qwt-6.1.5
PKGNAME= qwt6-qt5-6.1.5
@@ -33,6 +33,8 @@ do-configure:
# Appparently this plugin has a valid expectation that libqwt is
# already loaded, at least as used in qgis.
CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.so
+CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.dylib
+CHECK_SHLIBS_SKIP+= qwt-6.1.5/lib/libqwt.6.1.5.dylib
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"