git: 3eb53f7f2963 - main - multimedia/mythtv: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Feb 2024 15:54:58 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3eb53f7f2963adee53dc7aa02c6636bb9a804252 commit 3eb53f7f2963adee53dc7aa02c6636bb9a804252 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-05 15:40:36 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-05 15:48:28 +0000 multimedia/mythtv: fix build on powerpc Same issue as multimedia/ffmpeg. --- multimedia/mythtv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 0ce2bc88f0f3..99824aa16f7c 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -68,6 +68,7 @@ MAKE_ENV= QTDIR="${PREFIX}" \ QMAKESPEC="${QMAKESPEC}" NOPRECIOUSMAKEVARS= # don't override ARCH in ffmpeg makefiles DESTDIRNAME= INSTALL_ROOT +CFLAGS_powerpc= -Wno-error=int-conversion CPPFLAGS+= ${QTCPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS_aarch64=-Wl,-z,notext