1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Also mark BROKEN on 6.3 after the memrchr MFC

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2008-06-13 17:59:37 +00:00
parent c1060014ea
commit b56038426a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214791

View File

@ -38,7 +38,7 @@ SCRIPTS_ENV+= USE_LDAP=yes
PLIST_SUB+= LDAP="@comment "
.endif
.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000)
.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000)
BROKEN= does not compile
.endif