pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/qt6-qtdeclarative
Module Name: pkgsrc
Committed By: tnn
Date: Thu Aug 10 15:16:53 UTC 2023
Modified Files:
pkgsrc/lang/qt6-qtdeclarative: Makefile
Log Message:
qt6-qtdeclarative: bring PLIST.jit conditional closer to reality
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/qt6-qtdeclarative/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/qt6-qtdeclarative/Makefile
diff -u pkgsrc/lang/qt6-qtdeclarative/Makefile:1.6 pkgsrc/lang/qt6-qtdeclarative/Makefile:1.7
--- pkgsrc/lang/qt6-qtdeclarative/Makefile:1.6 Thu Aug 3 20:01:30 2023
+++ pkgsrc/lang/qt6-qtdeclarative/Makefile Thu Aug 10 15:16:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/08/03 20:01:30 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/10 15:16:53 tnn Exp $
DISTNAME= qtdeclarative-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtdeclarative-${QTVERSION}
@@ -34,7 +34,13 @@ PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6Qu
PLIST_VARS+= jit
-.if empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
+# jit-enabled platforms per src/qml/configure.cmake.
+# NetBSD-*-aarch64 could be added, but I/D cache flushing in ARM64Assembler.h is missing.
+.if \
+ !empty(MACHINE_PLATFORM:M*-*-i386) || \
+ !empty(MACHINE_PLATFORM:M*-*-x86_64) || \
+ !empty(MACHINE_PLATFORM:MLinux-*-*arm*) || \
+ !empty(MACHINE_PLATFORM:MLinux-*-aarch64*)
PLIST.jit= yes
.endif
Home |
Main Index |
Thread Index |
Old Index