diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-03 17:28:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-03 17:28:30 +0000 |
commit | 3fef8c4ffabdd1e75f08c6d5911006f28159e2c6 (patch) | |
tree | 5b367c210db2cae5d4b356722634f48e46a6baae /multimedia/mythtv/Makefile | |
parent | 626fb552f9455147691a1e8e01b8f845fa8590ab (diff) | |
download | ports-3fef8c4ffabdd1e75f08c6d5911006f28159e2c6.tar.gz ports-3fef8c4ffabdd1e75f08c6d5911006f28159e2c6.zip |
multimedia/mythtv: add powerpc64le support
Merge upstream ffmpeg patch to add support for powerpc64le.
Approved by: tier 2 blanket
Notes
Notes:
svn path=/head/; revision=560024
Diffstat (limited to 'multimedia/mythtv/Makefile')
-rw-r--r-- | multimedia/mythtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index d7c75b25ec90..a209884d4333 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -13,7 +13,7 @@ COMMENT?= Homebrew PVR project LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment .endif |