pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Dec 17 20:10:25 UTC 2021

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

Log Message:
qt5-qtwebengine: use pciutils mk fragment to find pciutils soname


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qt5-qtwebengine/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/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.10 pkgsrc/x11/qt5-qtwebengine/Makefile:1.11
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.10    Wed Dec  8 16:07:12 2021
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Fri Dec 17 20:10:24 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:07:12 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/12/17 20:10:24 maya Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -92,8 +92,9 @@ PYTHON_FOR_BUILD_ONLY=        tool
 .include "../../print/libcups/buildlink3.mk"
 .include "../../print/poppler-cpp/buildlink3.mk"
 .include "../../sysutils/pciutils/buildlink3.mk"
+.include "../../sysutils/pciutils/libname.mk"
 # Use -lpciutils instead of -lpci for pkgsrc.
-BUILDLINK_TRANSFORM+=   l:pci:pciutils
+BUILDLINK_TRANSFORM+=   l:pci:${PCIUTILS_LIBNAME}
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/jsoncpp/buildlink3.mk"
 # needs libxml2 built with icu option, which is not default in pkgsrc



Home | Main Index | Thread Index | Old Index