Fix build on powerpc64.

PR:		232049
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2018-10-28 10:35:52 +00:00
parent 01549c9125
commit 698d98007a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483265

View File

@ -21,7 +21,11 @@ BROKEN_SSL_REASON_openssl-devel= field has incomplete type 'EVP_CIPHER_CTX' (aka
CONFLICTS= poco-[0-9]*
USES= gmake tar:bzip2 ssl
USES= ${USES_${ARCH}} gmake tar:bzip2 ssl
USES_powerpc= compiler:c++11-lang
USES_powerpcspe= compiler:c++11-lang
USES_powerpc64= compiler:c++11-lang
USES_sparc64= compiler:c++11-lang
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --config=FreeBSD
USE_LDCONFIG= yes