git: 846850bad1e9 - main - audio/sfizz: allow to build with clang on libomp-less systems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:24 UTC
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= \