devel/adb: new port
This commit is contained in:
12
devel/adb/patches/patch-vendor_libbase_logging_cpp
Normal file
12
devel/adb/patches/patch-vendor_libbase_logging_cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: vendor/libbase/logging.cpp
|
||||
--- vendor/libbase/logging.cpp.orig
|
||||
+++ vendor/libbase/logging.cpp
|
||||
@@ -62,7 +62,7 @@ namespace android {
|
||||
namespace base {
|
||||
|
||||
// BSD-based systems like Android/macOS have getprogname(). Others need us to provide one.
|
||||
-#if !defined(__APPLE__) && !defined(__BIONIC__)
|
||||
+#if !defined(__APPLE__) && !defined(__BIONIC__) && !defined(__OpenBSD__)
|
||||
static const char* getprogname() {
|
||||
#ifdef _WIN32
|
||||
static bool first = true;
|
||||
Reference in New Issue
Block a user