summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-02-27 10:54:16 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-02-27 10:54:16 +0000
commit30f09e2f55d99b242ec1279285a5b89c938ee14f (patch)
tree20fd2297ddb9b54b74d008cf352df9ff10836f13 /net-im
parent- Support staging (diff)
- A "not too old" compiler is required on FreeBSD < 10;
- Mark BROKEN on FreeBSD < 10 and i386: /usr/local/lib/libsodium.so: undefined reference to `__stack_chk_fail_local' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=346315
Diffstat (limited to 'net-im')
-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