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:   tnn
Date:           Tue Mar 31 11:58:03 UTC 2026

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

Log Message:
qt5-qtwebengine: yasm needed only on x86


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 pkgsrc/x11/qt5-qtwebengine/Makefile:1.101
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.100   Fri Feb  6 10:06:19 2026
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Tue Mar 31 11:58:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2026/02/06 10:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2026/03/31 11:58:03 tnn Exp $
 # FIXME: build fails when protobuf and abseil packages are installed.
 
 DISTNAME=      qtwebengine-everywhere-opensource-src-${QTVERSION}
@@ -22,7 +22,9 @@ TOOL_DEPENDS+=        ninja-build-[0-9]*:../../
 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
 #TOOL_DEPENDS+=        libxml2-[0-9]*:../../textproc/libxml2
 #TOOL_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+= yasm-[0-9]*:../../devel/yasm
+.endif
 TOOL_DEPENDS+= nodejs>=14:../../lang/nodejs
 
 #JPEG_ACCEPTED=        libjpeg-turbo



Home | Main Index | Thread Index | Old Index