diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 12:04:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 12:04:11 +0000 |
commit | aa07a0e78304dd2148f5102bdaa0171a01bcde06 (patch) | |
tree | 8af170e57ec7d9325188c3733746aebb4810ed68 /audio/csound6/Makefile | |
parent | c29374891d7bf94c03d082c70d0f9906146fa10e (diff) | |
download | pkgsrc-aa07a0e78304dd2148f5102bdaa0171a01bcde06.tar.gz |
csound6: Needs flex. Remove bsdtar requirement.
Diffstat (limited to 'audio/csound6/Makefile')
-rw-r--r-- | audio/csound6/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 09fe8640057..a87499d2ce7 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2020/03/08 16:48:38 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2020/03/26 12:04:11 nia Exp $ DISTNAME= csound-${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 # or later CSOUND_VERSION= 6.13.0 #WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} USE_LANGUAGES= c c++ -USE_TOOLS+= bison +USE_TOOLS+= bison flex CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA USE_CMAKE= yes CMAKE_ARGS+= -DBUILD_RELEASE=1 @@ -24,9 +24,6 @@ CMAKE_ARGS+= -DBUILD_HDF5_OPCODES=OFF # CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here. LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 -# Has long files our tar doesn't understand. -EXTRACT_USING= bsdtar - PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 5.01 INSTALLATION_DIRS= bin @@ -47,7 +44,6 @@ post-install: ${LN} -s ../lib/csound6/csound bin/csound6 .include "options.mk" - .include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/libsamplerate/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" |