Enable AltiVec on PowerPC64.
PR: ports/150196 Submitted by: nwhitehorn Approved by: wxs (mentor)
This commit is contained in:
parent
533ab87a44
commit
bb0bcbeec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260415
1 changed files with 5 additions and 0 deletions
|
@ -188,6 +188,11 @@ BROKEN= VLC 1.1.0 does not work on FreeBSD 6.x
|
|||
.if ${PERL_LEVEL} < 500800
|
||||
BROKEN= Does not compile with perl ${PERL_VERSION}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "powerpc64"
|
||||
CONFIGURE_ARGS+= --enable-altivec # VLC's config script doesn't know to do this
|
||||
.endif
|
||||
|
||||
# End OS specific hacks
|
||||
|
||||
# User tunables
|
||||
|
|
Loading…
Reference in a new issue