pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/csound6 audio/csound6: fix pkglint warnings
details: https://anonhg.NetBSD.org/pkgsrc/rev/811066defa06
branches: trunk
changeset: 403925:811066defa06
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 03 11:51:01 2019 +0000
description:
audio/csound6: fix pkglint warnings
diffstat:
audio/csound6/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 621a696cf332 -r 811066defa06 audio/csound6/Makefile
--- a/audio/csound6/Makefile Sun Nov 03 11:45:28 2019 +0000
+++ b/audio/csound6/Makefile Sun Nov 03 11:51:01 2019 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2019/11/02 22:25:46 mrg Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/03 11:51:01 rillig Exp $
DISTNAME= csound-${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=csound/}
GITHUB_PROJECT= csound
-#WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION}
MAINTAINER= mrg%eterna.com.au@localhost
HOMEPAGE= https://sourceforge.net/projects/csound/
@@ -13,12 +12,13 @@
LICENSE= gnu-lgpl-v2.1 # or later
CSOUND_VERSION= 6.13.0
+#WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION}
USE_LANGUAGES= c c++
USE_TOOLS+= bison
CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA
USE_CMAKE= yes
CMAKE_ARGS+= -DUSE_PULSEAUDIO:BOOL=ON
-CMAKE_ARGS+= -DBUILD_RELEASE=1 -DCMAKE_BUILD_TYPE=Release
+CMAKE_ARGS+= -DBUILD_RELEASE=1 -DCMAKE_BUILD_TYPE=Release
# CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
Home |
Main Index |
Thread Index |
Old Index