git: 734199369dfe - main - multimedia/ffmpeg: apply e7f276b2099a to armv6 and armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 16:52:22 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=734199369dfe50c12b71579540e3202aa6461a40 commit 734199369dfe50c12b71579540e3202aa6461a40 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-30 16:51:58 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-30 16:51:58 +0000 multimedia/ffmpeg: apply e7f276b2099a to armv6 and armv7 PR: 261302 Requested by: mmel --- multimedia/ffmpeg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index df79380ab629..79105615e581 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -627,6 +627,8 @@ INSTALL_TARGET= install-progs install-doc install-data \ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAKE_ENV+= V=1 +CFLAGS_armv6= -Wno-error=int-conversion +CFLAGS_armv7= -Wno-error=int-conversion CFLAGS_i386= -Wno-error=int-conversion LDFLAGS_aarch64=-Wl,-z,notext LDFLAGS_armv6= -Wl,-z,notext