aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk30
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-19 23:37:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-19 23:37:06 +0000
commitffc2a3082a9476a314ea2a1a2216a503024f0905 (patch)
treeef9a15b2857295612d4a3b8927ba002f96a99b59 /x11-toolkits/wxgtk30
parenta7427f613753bd2f5ad6bda06660128c3647b3c2 (diff)
downloadports-ffc2a3082a9476a314ea2a1a2216a503024f0905.tar.gz
ports-ffc2a3082a9476a314ea2a1a2216a503024f0905.zip
x11-toolkits/wxgtk30 and x11-toolkits/wxgtk31: Fix the problem that TLS is broken on armv6/7
ftp/filezilla was dumping core PR: 229396 Submitted by: Ulrich Grey <usenet@ulrich-grey.de> Approved by: portmaster@bsdforge.com (maintainer's timeout on x11-toolkits/wxgtk30; ~50 days) MFH: 2018Q3
Notes
Notes: svn path=/head/; revision=477608
Diffstat (limited to 'x11-toolkits/wxgtk30')
-rw-r--r--x11-toolkits/wxgtk30/Makefile7
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