Date: Tue, 25 Sep 2018 22:09:55 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480701 - head/audio/zynaddsubfx Message-ID: <201809252209.w8PM9tMX004313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Tue Sep 25 22:09:55 2018 New Revision: 480701 URL: https://svnweb.freebsd.org/changeset/ports/480701 Log: Update dependency on llvm40 to llvm60 and constrain to FreeBSD 10.x. PR: 231287 Approved by: hselasky (maintainer) Sponsored by: DARPA, AFRL Modified: head/audio/zynaddsubfx/Makefile Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Tue Sep 25 22:05:45 2018 (r480700) +++ head/audio/zynaddsubfx/Makefile Tue Sep 25 22:09:55 2018 (r480701) @@ -82,13 +82,14 @@ CMAKE_ARGS+= -DZYN_DATADIR:STRING=${DATADIR} CMAKE_ARGS+= -DZYN_EXAMPLESDIR:STRING=${EXAMPLESDIR} .include <bsd.port.options.mk> +.include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 # Build fix for ZynAddSubFx -BUILD_DEPENDS+= clang40:devel/llvm40 -CC= clang40 -CXX= clang++40 - -.include <bsd.port.pre.mk> +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 +.endif .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -DASM_F2I_YES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252209.w8PM9tMX004313>