diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-19 23:37:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-19 23:37:06 +0000 |
commit | ffc2a3082a9476a314ea2a1a2216a503024f0905 (patch) | |
tree | ef9a15b2857295612d4a3b8927ba002f96a99b59 /x11-toolkits/wxgtk30 | |
parent | a7427f613753bd2f5ad6bda06660128c3647b3c2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk30')
-rw-r--r-- | x11-toolkits/wxgtk30/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index b2f60efe0358..8fe5aeb04461 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits PKGNAMESUFFIX= 30-gtk2 @@ -66,6 +66,11 @@ WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 .include <bsd.port.pre.mk> +# TLS is broken on armv6/7, PR 229396 +.if ${ARCH} == armv6 || ${ARCH} == armv7 +CONFIGURE_ARGS+=--disable-tls +.endif + # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-precomp-headers |