1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- mark broken if build with FETCH=on agains OpenSSL from ports

PR:		201372
Submitted by:	Michelle Sullivan
Reviewed by:	delphij@
This commit is contained in:
Olli Hauer 2016-01-10 20:46:36 +00:00
parent 75c783e779
commit 3aed1539fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405746

View File

@ -191,6 +191,10 @@ CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync
.if !${PORT_OPTIONS:MFETCH}
CONFIGURE_ARGS+= --without-fetch
.else
. if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || defined(WITH_OPENSSL_PORT)
BROKEN= using OpenSSL from ports and OPTION FETCH together is not supported
. endif
.endif
.if ${PORT_OPTIONS:MSASL}