summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/tox/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 8ba424425510..33a6c0db4080 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -46,6 +46,11 @@ NACL_RUN_DEPENDS= ${LOCALBASE}/lib/libnacl.a:${PORTSDIR}/security/nacl
.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+USE_GCC= yes
+BROKEN_i386= `__stack_chk_fail_local' isn't defined
+.endif
+
.if ${PORT_OPTIONS:MNACL}
CONFIGURE_ARGS+= --with-nacl-libs=${LOCALBASE}/lib
.endif