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:   nia
Date:           Fri Sep 10 11:20:03 UTC 2021

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

Log Message:
qt5-qtwebengine: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/x11/qt5-qtwebengine/Makefile:1.5
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.4     Sun Sep  5 20:32:03 2021
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Fri Sep 10 11:20:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/05 20:32:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/10 11:20:03 nia Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -107,4 +107,5 @@ BUILDLINK_TRANSFORM+=   l:pci:pciutils
 .include "../../x11/qt5-qtlocation/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtwebchannel/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index