View | Details | Raw Unified | Return to bug 229396 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 3-8 Link Here
3
PORTNAME=	wx
3
PORTNAME=	wx
4
PORTVERSION=	3.0.3.1
4
PORTVERSION=	3.0.3.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
7
CATEGORIES=	x11-toolkits
7
PKGNAMESUFFIX=	30-gtk2
8
PKGNAMESUFFIX=	30-gtk2
8
9
Lines 65-70 Link Here
65
66
66
.include <bsd.port.pre.mk>
67
.include <bsd.port.pre.mk>
67
68
69
.if ${ARCH} == armv6 || ${ARCH} == armv7
70
CONFIGURE_ARGS+=	--disable-tls
71
.endif
72
68
# PR 196703, 197031
73
# PR 196703, 197031
69
.if ${CHOSEN_COMPILER_TYPE} == gcc
74
.if ${CHOSEN_COMPILER_TYPE} == gcc
70
CONFIGURE_ARGS+=--disable-precomp-headers
75
CONFIGURE_ARGS+=--disable-precomp-headers

Return to bug 229396