security/tor-devel: Fix build with mips64, powerpc64 and sparc64

Port changes:
* Add USES=compiler:c11
* Add USE_CSTD=gnu99

PR:		231779
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (initial version)
This commit is contained in:
Yuri Victorovich 2018-09-30 01:56:16 +00:00
parent f188497994
commit 6b9c7790a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480933

View File

@ -15,11 +15,9 @@ COMMENT= Anonymizing overlay network for TCP
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_mips64= does not build: error: Need a uint128_t implementation!
BROKEN_powerpc64= does not build: error: Need a uint128_t implementation!
BROKEN_sparc64= does not build: error: Need a uint128_t implementation!
USES= compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99
USE_CSTD= gnu99 # until this bug report is closed: https://trac.torproject.org/projects/tor/ticket/27900
USES= cpe gmake pkgconfig
CPE_VENDOR= torproject
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}"