1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Fixe build on 6.4 amd64

Reported by:	pav
Tested by:	bud@RusNET.irc
This commit is contained in:
Sergey Matveychuk 2009-11-30 18:07:29 +00:00
parent 09d9c5f6f4
commit 2a0b22d752
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245028

View File

@ -51,6 +51,11 @@ PYTHON= "@comment "
.include <bsd.port.pre.mk>
# A workaround for broken OpenSSL on 6.4 amd64
.if ${ARCH} == "amd64" && ${OSVERSION} >= 604000 && ${OSVERSION} < 700000
CONFIGURE_ARGS+= --disable-sha2
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000
BROKEN= Does not build on sparc64-6
.endif