git: 9a37aa6ed8e3 - main - databases/sqlitestudio: Fix build on non-Intel architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 16:48:15 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a37aa6ed8e3e5dc451c97983a56f186fb7bd450 commit 9a37aa6ed8e3e5dc451c97983a56f186fb7bd450 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-12 16:43:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-12 16:48:07 +0000 databases/sqlitestudio: Fix build on non-Intel architectures Reported by: fallout --- .../files/patch-Plugins_DbSqliteWx_DbSqliteWx.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/databases/sqlitestudio/files/patch-Plugins_DbSqliteWx_DbSqliteWx.pro b/databases/sqlitestudio/files/patch-Plugins_DbSqliteWx_DbSqliteWx.pro new file mode 100644 index 000000000000..9c82bd5c532c --- /dev/null +++ b/databases/sqlitestudio/files/patch-Plugins_DbSqliteWx_DbSqliteWx.pro @@ -0,0 +1,13 @@ +- workaround for https://github.com/pawelsalawa/sqlitestudio/issues/4999 + +--- ../Plugins/DbSqliteWx/DbSqliteWx.pro.orig 2024-06-12 16:33:52 UTC ++++ ../Plugins/DbSqliteWx/DbSqliteWx.pro +@@ -66,7 +66,7 @@ DEFINES += SQLITE_HAS_CODEC SQLITE_ALLOW_XTHREAD_CONNE + SQLITE_ENABLE_RTREE=1 \ + SQLITE_ENABLE_MATH_FUNCTIONS=1 + +-QMAKE_CFLAGS += -msse4.1 -msse4.2 -maes ++#QMAKE_CFLAGS += -msse4.1 -msse4.2 -maes + QMAKE_CFLAGS_WARN_ON = -Wall -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-but-set-variable \ + -Wno-parentheses -Wno-unused-variable -Wno-unknown-pragmas +