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

Collapse All | Expand All

(-)pioneer/Makefile (-1 / +1 lines)
Lines 69-75 Link Here
69
69
70
.include <bsd.port.options.mk>
70
.include <bsd.port.options.mk>
71
71
72
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054
72
.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000054 || ${ARCH} == armv6)
73
USE_GCC=	yes
73
USE_GCC=	yes
74
.else
74
.else
75
USES+=		compiler:c++11-lang
75
USES+=		compiler:c++11-lang

Return to bug 207559