mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Android File Transfer: add recipe
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
From e492c7b7aa7217b747660d6bafd98112081cfc9d Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Sat, 17 Aug 2019 00:52:54 +1000
|
||||
Subject: Fix build for Haiku
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index c6627da..3cf966b 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -53,7 +53,7 @@ if (USB_BACKEND_LIBUSB)
|
||||
message(WARNING "WARNING! You're using libusb, this is known to be broken -- large memory consumption, violating kernel memory limits and bugs. Continue at your own risk")
|
||||
endif()
|
||||
|
||||
-add_definitions(-Wall -pthread)
|
||||
+add_definitions(-Wall)
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
--
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user