aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-08 15:52:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-08 15:52:32 +0000
commitb83919bc93342dd37893d7731dde30f67e58ea7e (patch)
treee5a142718a1e54cdcacd5db2f62a7148465b93e7
parentd326758c32dff2938c1da97c0df5926612c3efa2 (diff)
downloadports-b83919bc93342dd37893d7731dde30f67e58ea7e.tar.gz
ports-b83919bc93342dd37893d7731dde30f67e58ea7e.zip
audio/inscore: fix build on powerpc
Same issue as on powerpc64.
-rw-r--r--audio/inscore/Makefile1
1 files changed, 1 insertions, 0 deletions
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