pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ardour: Refactor configure params, drop experimental ptformat



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 19:02:08 2016 +0200
Changeset:	8e6c3eb577cc3c362055f73cf10331760de83714

Modified Files:
	ardour/Makefile

Log Message:
ardour: Refactor configure params, drop experimental ptformat

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e6c3eb577cc3c362055f73cf10331760de83714

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ardour/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index 779746b..ca03b53 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -141,7 +141,13 @@ pre-configure:
 	${SED} -e 's!REVISION!${PKGVERSION_NOREV}!' \
 		${FILESDIR}/revision.cc > ${WRKSRC}/libs/ardour/revision.cc
 
-WAF_ARGS+=	--prefix=${PREFIX} --configdir=${PKG_SYSCONFDIR} --libjack=weak --ptformat --with-backends=dummy --cxx11
+WAF_ARGS+=	--prefix=${PREFIX}
+WAF_ARGS+=	--configdir=${PKG_SYSCONFDIR}
+WAF_ARGS+=	--libjack=weak
+WAF_ARGS+=	--optimize
+WAF_ARGS+=	--with-backends=dummy
+WAF_ARGS+=	--cxx11
+
 WAF_REPLACE_EXECUTABLE=	no
 
 # ./waf i18n


Home | Main Index | Thread Index | Old Index