Date: Mon, 8 Nov 2021 15:57:50 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b83919bc9334 - main - audio/inscore: fix build on powerpc Message-ID: <202111081557.1A8FvoP4008153@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b83919bc93342dd37893d7731dde30f67e58ea7e commit b83919bc93342dd37893d7731dde30f67e58ea7e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-08 15:52:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-08 15:52:32 +0000 audio/inscore: fix build on powerpc Same issue as on powerpc64. --- audio/inscore/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/inscore/Makefile b/audio/inscore/Makefile index 3fa27b4277d9..c01cfabe287e 100644 --- a/audio/inscore/Makefile +++ b/audio/inscore/Makefile @@ -26,6 +26,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/build CXXFLAGS+= -I${LOCALBASE}/include/guido -I${LOCALBASE}/include/guidoar CXXFLAGS_powerpc64= -DOSC_HOST_BIG_ENDIAN +CXXFLAGS_powerpc= -DOSC_HOST_BIG_ENDIAN OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT= DOCS EXAMPLEShome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111081557.1A8FvoP4008153>
