diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-02-27 10:54:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-02-27 10:54:16 +0000 |
commit | 30f09e2f55d99b242ec1279285a5b89c938ee14f (patch) | |
tree | 20fd2297ddb9b54b74d008cf352df9ff10836f13 /net-im/tox | |
parent | 5d3ed282b0d5baf51ed27158b9c1cf9124e6e1bd (diff) | |
download | ports-30f09e2f55d99b242ec1279285a5b89c938ee14f.tar.gz ports-30f09e2f55d99b242ec1279285a5b89c938ee14f.zip |
Notes
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 5 |
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 |