- Broken on 4.X: does not compile (O_SYNC undeclared)

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-08-06 16:43:35 +00:00
parent 04c1f93744
commit 46e2778a5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169833

View File

@ -23,6 +23,12 @@ USE_RC_SUBR= bbftpd
MAN1= bbftp.1 bbftpd.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
do-configure:
${CP} -f ${TEMPLATES}/config.guess ${WRKSRC}
${CP} -f ${TEMPLATES}/config.sub ${WRKSRC}
@ -39,4 +45,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/bbftp.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/bbftpd.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>