pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qwt6-qt5 qwt6-qt5: add some CHECK_SHLIB skips for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0729736805c5
branches:  trunk
changeset: 379306:0729736805c5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 14 15:19:05 2022 +0000

description:
qwt6-qt5: add some CHECK_SHLIB skips for Darwin

diffstat:

 x11/qwt6-qt5/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 202063b96874 -r 0729736805c5 x11/qwt6-qt5/Makefile
--- a/x11/qwt6-qt5/Makefile     Sat May 14 15:14:46 2022 +0000
+++ b/x11/qwt6-qt5/Makefile     Sat May 14 15:19:05 2022 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index