aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-26 00:05:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-26 00:05:55 +0000
commit0e3bf07e2ced19b9f43100288f5733eed7ff08de (patch)
tree482b96d3a632bf76ff246a48cddab2c8686de48e
parent159b44b2fb70889722fbf810f22aea435848684d (diff)
downloadports-0e3bf07e2ced19b9f43100288f5733eed7ff08de.tar.gz
ports-0e3bf07e2ced19b9f43100288f5733eed7ff08de.zip
audio/jack: fix build on powerpc64le
Same issue as on powerpc and powerpc64.
-rw-r--r--audio/jack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index c655e2d00868..25a0b22e8c03 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -51,7 +51,7 @@ PROFILING_CONFIGURE_ON= --profile
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc || ${ARCH} == powerpc64
+.if ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11