1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Mark as broken on powerpc-9: does not compile.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 05:03:45 +00:00
parent 088068f3fd
commit b171f3c261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285525

View File

@ -36,6 +36,10 @@ OPTIONS= GNUTLS "Build with GnuTLS support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not compile on powerpc-9
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else