diff options
Diffstat (limited to 'devel/android-tools-adb/Makefile')
-rw-r--r-- | devel/android-tools-adb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile index 4ef8197..d0df4e8 100644 --- a/devel/android-tools-adb/Makefile +++ b/devel/android-tools-adb/Makefile @@ -5,6 +5,10 @@ DISTVERSIONPREFIX= android- DISTVERSION?= 7.0.0_r1 PORTREVISION?= 0 CATEGORIES= devel +.ifndef EXTRA_PATCHES +PATCH_SITES= https://github.com/android/platform_system_core/commit/ +PATCHFILES= b4cff495a1f9.patch:-p1 +.endif MAINTAINER= jbeich@FreeBSD.org COMMENT= Android debug bridge command line tool |