summaryrefslogtreecommitdiff
path: root/multimedia/libvpx/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-13 12:33:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-06-13 12:33:00 +0000
commite5ec3eafed1287758106ef5fb17e8c446fe413f9 (patch)
tree3b7f8814a1b7e7f10e0b62e06933474f18961e36 /multimedia/libvpx/Makefile
parent- Remove always true OSVERSION condition (diff)
multimedia/libvpx: unbreak on powerpc*
- newer libstdc++ ABI is required by many consumers - -mspe and -maltivec are mutually exclusive - implement VSX detection for powerpc and powerpc64 PR: 228586 Submitted by: jhibbits (based on)
Notes
Notes: svn path=/head/; revision=472311
Diffstat (limited to 'multimedia/libvpx/Makefile')
-rw-r--r--multimedia/libvpx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index cc5be9b68069..a23fc65982f6 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= nasm:devel/nasm
USE_GITHUB= yes
GH_ACCOUNT= webmproject
-USES= cpe gmake perl5 shebangfix
+USES= compiler:c++11-lib cpe gmake perl5 shebangfix
CPE_VENDOR= john_koleszar
HAS_CONFIGURE= yes
USE_PERL5= build
@@ -38,6 +38,7 @@ ALL_TARGET= # empty
OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT TEST THREADS
OPTIONS_DEFAULT=MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT THREADS
OPTIONS_EXCLUDE_aarch64=RTCPU
+OPTIONS_EXCLUDE_powerpcspe=RTCPU
OPTIONS_SUB= yes
DEBUG_CONFIGURE_ON= --enable-debug