From 2a50f547193a527f8c0c7a92d44549cf4fe12068 Mon Sep 17 00:00:00 2001 From: tcberner 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 --- devel/qt4-script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/qt4-script/Makefile') diff --git a/devel/qt4-script/Makefile b/devel/qt4-script/Makefile index 7cfe6b04c2f..6a1abc5ef18 100644 --- a/devel/qt4-script/Makefile +++ b/devel/qt4-script/Makefile @@ -3,7 +3,7 @@ PORTNAME= script DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt4- -- cgit