aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorjsa <jsa@FreeBSD.org>2010-09-02 14:09:41 +0800
committerjsa <jsa@FreeBSD.org>2010-09-02 14:09:41 +0800
commit9e35a125c7ea3c29f657550075c4f6640de1334e (patch)
tree73520e8b0f6ef4c5642959874332a4521d44465e /multimedia/vlc
parentf04623928eb4859659b367362788eabaff14d715 (diff)
downloadfreebsd-ports-gnome-9e35a125c7ea3c29f657550075c4f6640de1334e.tar.gz
freebsd-ports-gnome-9e35a125c7ea3c29f657550075c4f6640de1334e.tar.zst
freebsd-ports-gnome-9e35a125c7ea3c29f657550075c4f6640de1334e.zip
Enable AltiVec on PowerPC64.
PR: ports/150196 Submitted by: nwhitehorn Approved by: wxs (mentor)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile5
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