pkgsrc-WIP-changes archive

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

ardour: Include previous patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 16:50:30 2016 +0200
Changeset:	2a7d717c7c995009ffb8fb68e7b7303dc43ea1f8

Added Files:
	ardour/patches/patch-libs_pbd_mountpoint.cc

Log Message:
ardour: Include previous patch

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

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

diffstat:
 ardour/patches/patch-libs_pbd_mountpoint.cc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/ardour/patches/patch-libs_pbd_mountpoint.cc b/ardour/patches/patch-libs_pbd_mountpoint.cc
new file mode 100644
index 0000000..41ed729
--- /dev/null
+++ b/ardour/patches/patch-libs_pbd_mountpoint.cc
@@ -0,0 +1,16 @@
+$NetBSD$
+
+--- libs/pbd/mountpoint.cc.orig	2016-02-19 01:28:56.000000000 +0000
++++ libs/pbd/mountpoint.cc
+@@ -116,7 +116,11 @@ mountpoint (string path)
+ string
+ mountpoint (string path)
+ {
++#if defined(__NetBSD__)
++	struct statvfs *mntbufp = 0;
++#else
+ 	struct statfs *mntbufp = 0;
++#endif
+ 	int count;
+ 	unsigned int maxmatch = 0;
+ 	unsigned int matchlen;


Home | Main Index | Thread Index | Old Index