git: b83919bc9334 - main - audio/inscore: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 15:57:50 UTC
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 EXAMPLES