Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2022 00:13: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: ba0ed97e072e - main - audio/jack: switch back to clang on powerpc*
Message-ID:  <202202100013.21A0DoJ2070891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0ed97e072e550efdf29b3219dfd57d38457d59

commit ba0ed97e072e550efdf29b3219dfd57d38457d59
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-02-10 00:06:24 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-02-10 00:06:24 +0000

    audio/jack: switch back to clang on powerpc*
    
    Builds fine now.
---
 audio/jack/Makefile | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index c0cfe9ebb489..759b282f9fe0 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	jackit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.9.20
+PORTREVISION=	1
 CATEGORIES=	audio
 
 PATCH_SITES=    https://github.com/jackaudio/jack2/commit/
@@ -15,7 +16,7 @@ LICENSE_COMB=	multi
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 		libsysinfo.so:devel/libsysinfo
 
-USES=		pkgconfig python:3.4+ shebangfix waf
+USES=		compiler:c11 pkgconfig python:3.4+ shebangfix waf
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	jackd
 
@@ -52,14 +53,6 @@ OPUS_CONFIGURE_OFF=	--opus=no
 PROFILING_DESC=		Build with profiling information
 PROFILING_CONFIGURE_ON=	--profile
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c11
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MDBUS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202100013.21A0DoJ2070891>