Date: Wed, 25 Sep 2019 12:16:41 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512784 - head/audio/faustlive Message-ID: <201909251216.x8PCGfck075726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Sep 25 12:16:40 2019 New Revision: 512784 URL: https://svnweb.freebsd.org/changeset/ports/512784 Log: Fix obvious typo. Approved by: "just fix it" Modified: head/audio/faustlive/Makefile Modified: head/audio/faustlive/Makefile ============================================================================== --- head/audio/faustlive/Makefile Wed Sep 25 11:57:53 2019 (r512783) +++ head/audio/faustlive/Makefile Wed Sep 25 12:16:40 2019 (r512784) @@ -26,7 +26,7 @@ GH_TAGNAME= 281fcb8 USE_QT= core gui network widgets buildtools_build qmake_build USE_GL= gl -LLVM_VERSION= 60 # llvm verion should be the same as in audio/faust +LLVM_VERSION= 60 # llvm version should be the same as in audio/faust CXXFLAGS+= $$(llvm-config${LLVM_VERSION} --cflags) LDFLAGS+= -lexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909251216.x8PCGfck075726>