summaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-08-24 12:41:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-08-24 12:41:31 +0000
commite7c25f9f246f34ea68ba6c4155b9fd7884162dc8 (patch)
treea2b168f33c9c1286567be477e7ce0bfcc28f0fb8 /devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h
parent- Update to 0.4.0 (diff)
devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
Notes
Notes: svn path=/head/; revision=420787
Diffstat (limited to 'devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h')
-rw-r--r--devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h b/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h
new file mode 100644
index 000000000000..792d29f7f738
--- /dev/null
+++ b/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h
@@ -0,0 +1,9 @@
+--- adb/sysdeps/mutex.h.orig 2016-06-23 07:04:56 UTC
++++ adb/sysdeps/mutex.h
+@@ -104,4 +104,6 @@
+
+ }
+
++#else
++#include <mutex>
+ #endif