summaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-08-22 13:01:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-08-22 13:01:20 +0000
commit212056367b28056afc7702fbe11fef0d918cf928 (patch)
tree55352d2b91e51ca0f722cf9f1707bebdec74d38c /devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h
parentUpdate to 4.0 (diff)
devel/android-tools-{adb,fastboot}: update to 8.0.0.r4 (oreo)
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/fastboot
Notes
Notes: svn path=/head/; revision=448522
Diffstat (limited to 'devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h')
-rw-r--r--devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h b/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h
deleted file mode 100644
index 792d29f7f738..000000000000
--- a/devel/android-tools-adb/files/extra-patch-adb_sysdeps_mutex.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- adb/sysdeps/mutex.h.orig 2016-06-23 07:04:56 UTC
-+++ adb/sysdeps/mutex.h
-@@ -104,4 +104,6 @@
-
- }
-
-+#else
-+#include <mutex>
- #endif