pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qwt6-qt5



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat May 14 15:19:05 UTC 2022

Modified Files:
        pkgsrc/x11/qwt6-qt5: Makefile

Log Message:
qwt6-qt5: add some CHECK_SHLIB skips for Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/qwt6-qt5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qwt6-qt5/Makefile
diff -u pkgsrc/x11/qwt6-qt5/Makefile:1.21 pkgsrc/x11/qwt6-qt5/Makefile:1.22
--- pkgsrc/x11/qwt6-qt5/Makefile:1.21   Mon Apr 18 19:10:18 2022
+++ pkgsrc/x11/qwt6-qt5/Makefile        Sat May 14 15:19:05 2022
@@ -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"



Home | Main Index | Thread Index | Old Index