diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-06-06 13:00:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-06-06 13:00:56 +0800 |
commit | 2a50f547193a527f8c0c7a92d44549cf4fe12068 (patch) | |
tree | 9e74af8e9dd32b5831b312d37a3fc1cb5785f9e3 /x11 | |
parent | 68a1c4be2fda812eac24a2214cb51a7e20b69602 (diff) | |
download | freebsd-ports-gnome-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.gz freebsd-ports-gnome-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.zst freebsd-ports-gnome-2a50f547193a527f8c0c7a92d44549cf4fe12068.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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 2 | ||||
-rw-r--r-- | x11/qt4-inputmethods/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-graphicssystems-opengl/Makefile b/x11/qt4-graphicssystems-opengl/Makefile index 67b0f299b3c1..893928f5bc78 100644 --- a/x11/qt4-graphicssystems-opengl/Makefile +++ b/x11/qt4-graphicssystems-opengl/Makefile @@ -2,7 +2,7 @@ PORTNAME= graphicssystems DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -opengl diff --git a/x11/qt4-inputmethods/Makefile b/x11/qt4-inputmethods/Makefile index c63009dfb30d..a8704ab20d33 100644 --- a/x11/qt4-inputmethods/Makefile +++ b/x11/qt4-inputmethods/Makefile @@ -3,7 +3,7 @@ PORTNAME= inputmethods DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 PKGNAMEPREFIX= qt4- |