Enable AltiVec on PowerPC64.

PR:		ports/150196
Submitted by:	nwhitehorn
Approved by:	wxs (mentor)
This commit is contained in:
Joseph S. Atkinson 2010-09-02 06:09:41 +00:00
parent 533ab87a44
commit bb0bcbeec8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260415

View file

@ -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