diff --git a/x11/qt5/qtdeclarative/patches/patch-src_qml_configure_json b/x11/qt5/qtdeclarative/patches/patch-src_qml_configure_json index 422c512326c..2bbe4a9791b 100644 --- a/x11/qt5/qtdeclarative/patches/patch-src_qml_configure_json +++ b/x11/qt5/qtdeclarative/patches/patch-src_qml_configure_json @@ -10,15 +10,3 @@ Index: src/qml/configure.json "comment": "On arm and arm64 we need a specialization of cacheFlush() for each OS to be enabeled. Therefore the config white list. Also Mind that e.g. x86_32 has arch.x86_64 but 32bit pointers. Therefore -Index: src/qml/configure.json ---- src/qml/configure.json.orig -+++ src/qml/configure.json -@@ -103,7 +103,7 @@ - && (config.linux || config.ios || config.tvos || config.qnx || config.integrity))" - ], - "output": [ "privateFeature" ], -- "autoDetect": "!config.ios && !config.tvos", -+ "autoDetect": "!config.ios && !config.tvos && !config.openbsd", - "comment": "On arm and arm64 we need a specialization of cacheFlush() for each OS to be - enabeled. Therefore the config white list. - Also Mind that e.g. x86_32 has arch.x86_64 but 32bit pointers. Therefore