1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

multimedia/libvpx: unbreak build on aarch64

Approved by:	portmgr blanket
This commit is contained in:
Jan Beich 2015-11-14 19:34:50 +00:00
parent 1ad587fb06
commit 64c06b959a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401588
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS
OPTIONS_DEFAULT=MULTIRES POSTPROC RUNTIME SHARED SIZE_LIMIT THREADS
OPTIONS_EXCLUDE_aarch64=RUNTIME
OPTIONS_EXCLUDE_armv6= RUNTIME
MULTIRES_DESC= Enable multi-resolution encoding
POSTPROC_DESC= Enable postprocessing
@ -75,6 +76,8 @@ CONFIGURE_ARGS+= --target=ppc64-linux-gcc
.elif ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --target=sparc64-linux-gcc
USES:= ${USES:Ncompiler*} compiler:c++11-lib
.elif ${ARCH} == "aarch64"
CONFIGURE_ARGS+= --target=arm64-linux-gcc
.elif ${ARCH} == "armv6"
CONFIGURE_ARGS+= --target=armv6-linux-gcc --cpu=armv6
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-build_make_Makefile

View File

@ -1,9 +1,10 @@
--- configure.orig
+++ configure
@@ -153,6 +153,10 @@ all_platforms="${all_platforms} x86_64-w
@@ -153,6 +153,11 @@ all_platforms="${all_platforms} x86_64-w
all_platforms="${all_platforms} x86_64-win64-vs11"
all_platforms="${all_platforms} x86_64-win64-vs12"
all_platforms="${all_platforms} x86_64-win64-vs14"
+all_platforms="${all_platforms} arm64-linux-gcc"
+all_platforms="${all_platforms} ia64-linux-gcc"
+all_platforms="${all_platforms} ppc32-linux-gcc"
+all_platforms="${all_platforms} ppc64-linux-gcc"