aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-06-06 05:00:56 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-06-06 05:00:56 +0000
commit4440fb81d47fdca5d840aabc4ca1f6bdfe890848 (patch)
tree9e74af8e9dd32b5831b312d37a3fc1cb5785f9e3 /chinese
parent4ed687dfcb889ff693f88672671ec40daf40993c (diff)
downloadports-4440fb81d47fdca5d840aabc4ca1f6bdfe890848.tar.gz
ports-4440fb81d47fdca5d840aabc4ca1f6bdfe890848.zip
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 'chinese')
-rw-r--r--chinese/qt4-codecs-cn/Makefile2
-rw-r--r--chinese/qt4-codecs-tw/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/qt4-codecs-cn/Makefile b/chinese/qt4-codecs-cn/Makefile
index a1ae7e4f816c..36129ec9cfc0 100644
--- a/chinese/qt4-codecs-cn/Makefile
+++ b/chinese/qt4-codecs-cn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= codecs
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese
PKGNAMEPREFIX= qt4-
PKGNAMESUFFIX= -cn
diff --git a/chinese/qt4-codecs-tw/Makefile b/chinese/qt4-codecs-tw/Makefile
index 1eb82ce71141..7deebcfbc62b 100644
--- a/chinese/qt4-codecs-tw/Makefile
+++ b/chinese/qt4-codecs-tw/Makefile
@@ -3,7 +3,7 @@
PORTNAME= codecs
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese
PKGNAMEPREFIX= qt4-
PKGNAMESUFFIX= -tw