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: wiz
Date: Fri Nov 3 10:49:48 UTC 2023
Modified Files:
pkgsrc/x11/qt5-qtwebengine: Makefile
Log Message:
qt5-qtwebengine: fix build on NetBSD-current
The linker is complaining about compatibility symbols from libutil that
are used without the proper header being included - just do not use
the fatal-warnings linker flag.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/x11/qt5-qtwebengine/Makefile:1.53
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.52 Tue Oct 24 22:11:48 2023
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Fri Nov 3 10:49:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2023/10/24 22:11:48 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2023/11/03 10:49:48 wiz Exp $
DISTNAME= qtwebengine-everywhere-opensource-src-${QTVERSION}
PKGNAME= qt5-qtwebengine-${QTVERSION}
@@ -25,6 +25,7 @@ TOOL_DEPENDS+= nodejs>=14:../../lang/nod
#JPEG_ACCEPTED= libjpeg-turbo
BUILDLINK_TRANSFORM.NetBSD+= rm:-fgnu-inline-asm
+BUILDLINK_TRANSFORM.NetBSD+= rm:-Wl,--fatal-warnings
MAKE_ENV+= NINJAJOBS="-j ${_MAKE_JOBS_N:U1}"
Home |
Main Index |
Thread Index |
Old Index