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

- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-10-24 21:59:42 +00:00
parent 60cd14bc81
commit e9cc7471f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263534
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,10 @@ MAKE_ARGS+= -DWITHOUT_TOYDISPATCH
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.if (${ARCH} == i386) || (${ARCH} == i486)
CFLAGS+= -march=i586
.endif

View File

@ -42,6 +42,7 @@ LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING
USE_OPENSSL= yes
.if ${OSVERSION} < 700000
BROKEN= does not compile
WITH_OPENSSL_PORT= yes
CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
.endif