pkgsrc-WIP-changes archive

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

ardour: Require vamp-plugin-sdk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Dec 4 05:49:33 2015 +0100
Changeset:	ae57ca64f581bade13e7239c0fcc4d86ed3fd22a

Modified Files:
	ardour/Makefile

Log Message:
ardour: Require vamp-plugin-sdk

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

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

diffstat:
 ardour/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index d6ec9df..fe9abd0 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -52,6 +52,7 @@ do-install:
 	${RUN} cd ${WRKSRC} && \
 		${SETENV} ${INSTALL_ENV} ${PYTHONBIN} ./waf install
 
+.include "../../wip/vamp-plugin-sdk/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../wip/liblo/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index