pkgsrc-WIP-changes archive

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

ardour: Add missing patch patch-libs_midi++2_run-tests.sh



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Dec 4 04:37:41 2015 +0100
Changeset:	679868e91e54a1cf53bbbc7a7ea58d054dbdd636

Added Files:
	ardour/patches/patch-libs_midi++2_run-tests.sh

Log Message:
ardour: Add missing patch patch-libs_midi++2_run-tests.sh

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

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

diffstat:
 ardour/patches/patch-libs_midi++2_run-tests.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/ardour/patches/patch-libs_midi++2_run-tests.sh b/ardour/patches/patch-libs_midi++2_run-tests.sh
new file mode 100644
index 0000000..4f5a515
--- /dev/null
+++ b/ardour/patches/patch-libs_midi++2_run-tests.sh
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Patch merged upstream:
+https://github.com/Ardour/ardour/commit/2b869e1563342e15b0336a3dc234de8a058b168e
+
+--- libs/midi++2/run-tests.sh.orig	2015-10-15 12:59:11.000000000 +0000
++++ libs/midi++2/run-tests.sh
+@@ -9,7 +9,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
+ export MIDIPP_TEST_PATH=$TOP/patchfiles
+ 
+ cd $LIBS_DIR/midi++2
+-if [ "$1" == "debug" ]; then 
++if [ "$1" = "debug" ]; then
+ 	gdb ./run-tests
+ else
+ 	./run-tests


Home | Main Index | Thread Index | Old Index