From 4440fb81d47fdca5d840aabc4ca1f6bdfe890848 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 6 Jun 2017 05:00:56 +0000 Subject: Fix qt4 ports on armv6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D8322 --- databases/qt4-sqlite3-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/qt4-sqlite3-plugin') 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 # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= Qt SQLite 3 database plugin DB= sqlite -- cgit v1.2.3