BROKEN on i386 5.x: Does not compile
This commit is contained in:
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
|
@ -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
|
||||
##
|
||||
##
|
||||
|
|
|
@ -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
|
||||
##
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue