diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile index 12cd95a7da59d..699c99f8e4d8c 100644 --- a/devel/android-tools/Makefile +++ b/devel/android-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= android-tools PORTVERSION= 31.0.3p2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel MASTER_SITES= GH @@ -31,9 +31,10 @@ SHEBANG_FILES= vendor/mkbootimg/repack_bootimg.py \ vendor/mkbootimg/mkbootimg.py \ vendor/mkbootimg/unpack_bootimg.py -LDFLAGS+= -labsl_status MAKE_ENV+= GOFLAGS=-mod=vendor \ GOPATH=${WRKSRC}/vendor/boringssl/vendor \ GOPROXY=off +LDFLAGS+= -labsl_status + .include diff --git a/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h b/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h new file mode 100644 index 0000000000000..afc4ed5893167 --- /dev/null +++ b/devel/android-tools/files/patch-vendor_adb_tls_include_adb_tls_tls__connection.h @@ -0,0 +1,10 @@ +--- vendor/adb/tls/include/adb/tls/tls_connection.h.orig 2024-02-11 15:40:31 UTC ++++ vendor/adb/tls/include/adb/tls/tls_connection.h +@@ -21,6 +21,7 @@ + + #include + #include ++#include + + #include + #include