diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-19 14:36:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-19 14:36:37 +0800 |
commit | 373c781c8e85bfdca1e71548337f82a548b4d7f8 (patch) | |
tree | f1f55c335b7f8029fb960479bc3f8a4bd0d01611 /multimedia/libvpx | |
parent | 89576552c2efd924c796dc7fa4000ac5de8df3a0 (diff) | |
download | freebsd-ports-gnome-373c781c8e85bfdca1e71548337f82a548b4d7f8.tar.gz freebsd-ports-gnome-373c781c8e85bfdca1e71548337f82a548b4d7f8.tar.zst freebsd-ports-gnome-373c781c8e85bfdca1e71548337f82a548b4d7f8.zip |
Allow to build on sparc64 and powerpc.
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index fce97e810524..6a2c8e162d47 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -82,6 +82,8 @@ THREADS_CONFIGURE_OFF= --disable-multithread post-patch: @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ ${WRKSRC}/build/make/configure.sh + @${REINPLACE_CMD} 's|sparc-solaris-gcc|sparc-linux-gcc|' \ + ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx* |