Revert r477626, it fails to build in the quarterly branch
Reported by: pkg-fallout With hat: portmgr
This commit is contained in:
parent
b1039f0f9b
commit
177783db53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=477758
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 3.0.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.0.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMESUFFIX= 30-gtk2
|
||||
@ -66,11 +65,6 @@ 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
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= wx
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
PKGNAMESUFFIX= 31-gtk3
|
||||
|
||||
@ -71,11 +71,6 @@ WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user