diff options
Diffstat (limited to '')
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index eb4caaf7c139..5bc02b2d5e4f 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -1,6 +1,6 @@ PORTNAME= csound DISTVERSION= 6.15.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio lang MAINTAINER= yuri@FreeBSD.org @@ -99,7 +99,6 @@ JACK_CMAKE_BOOL= BUILD_JACK_OPCODES USE_JACK LINALG_DESC= Build the linear algebra opcodes LINALG_CMAKE_BOOL= BUILD_LINEAR_ALGEBRA_OPCODES -LINALG_CXXFLAGS= -DGMM_VERSION=x # workaround based on https://github.com/csound/csound/issues/1069#issuecomment-439648756 LUA_DESC= Build Lua Interface and module LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit |