diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-06 05:00:56 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-06 05:00:56 +0000 |
| commit | 4440fb81d47fdca5d840aabc4ca1f6bdfe890848 (patch) | |
| tree | 9e74af8e9dd32b5831b312d37a3fc1cb5785f9e3 /databases/qt4-sqlite3-plugin | |
| parent | sysutils/docker-freebsd: add docker_flags to the rc script (diff) | |
Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
PR: 210027
Submitted by: Mikaƫl Urankar <mikael.urankar@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D8322
Notes
Notes:
svn path=/head/; revision=442740
Diffstat (limited to 'databases/qt4-sqlite3-plugin')
| -rw-r--r-- | databases/qt4-sqlite3-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt4-sqlite3-plugin/Makefile b/databases/qt4-sqlite3-plugin/Makefile index 725062588e08..4284f87debce 100644 --- a/databases/qt4-sqlite3-plugin/Makefile +++ b/databases/qt4-sqlite3-plugin/Makefile @@ -1,7 +1,7 @@ # Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= Qt SQLite 3 database plugin DB= sqlite |
