Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:24 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: 846850bad1e9 - main - audio/sfizz: allow to build with clang on libomp-less systems
Message-ID:  <202308120138.37C1cOsZ039284@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=846850bad1e944dafd2bde0f2392411430648680

commit 846850bad1e944dafd2bde0f2392411430648680
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 22:50:57 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:47 +0000

    audio/sfizz: allow to build with clang on libomp-less systems
---
 audio/sfizz/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index be217a5a361f..1d7c40b0fc3f 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sfizz
 DISTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,12 +18,7 @@ BROKEN_i386=	fails to compile: unknown type name 'Elf64_Auxinfo', see https://gi
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 RUN_DEPENDS=	zenity:x11/zenity
 
-USES=		cmake localbase:ldflags pkgconfig
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++17-lang
-.endif
+USES=		cmake compiler:c++17-lang localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	sfztools
 GH_TUPLE=	\



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