BROKEN on i386 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-19 12:22:34 +00:00
parent a916d637f1
commit 5e07dae5ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104625
2 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,10 @@ WITHOUT_MMX= yes
EXTRA_PATCHES+= ${FILESDIR}/extra-bktr-patch-libavformat::Makefile
.endif
.if ${ARCH} == "i386" && ${OSVERSION} > 502104
BROKEN= "Does not compile on i386 5.x"
.endif
## lib detection
##
##

View file

@ -56,6 +56,10 @@ WITHOUT_MMX= yes
EXTRA_PATCHES+= ${FILESDIR}/extra-bktr-patch-libavformat::Makefile
.endif
.if ${ARCH} == "i386" && ${OSVERSION} > 502104
BROKEN= "Does not compile on i386 5.x"
.endif
## lib detection
##
##