diff options
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index c499c594150e..41a06c18ef0e 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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 |