unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0c12c625463a1f27166c74a26b1f5d933f7fdde6 1025 bytes (raw)
name: gnu/packages/patches/ableton-link-system-libraries-debian.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
Description: Drop dependencies on included 3rd-party libs
 upstream includes git-submodules for Catch and ASIO (not found in the tarball).
 on Debian we want to use the system provided libraries.
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2016-10-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- ableton-link.orig/cmake_include/AsioStandaloneConfig.cmake
+++ ableton-link/cmake_include/AsioStandaloneConfig.cmake
@@ -1,6 +1,2 @@
 add_library(AsioStandalone::AsioStandalone IMPORTED INTERFACE)
 
-set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY
-  INTERFACE_INCLUDE_DIRECTORIES
-  ${CMAKE_CURRENT_LIST_DIR}/../modules/asio-standalone/asio/include
-)
--- ableton-link.orig/cmake_include/CatchConfig.cmake
+++ ableton-link/cmake_include/CatchConfig.cmake
@@ -1,6 +1,2 @@
 add_library(Catch::Catch IMPORTED INTERFACE)
 
-set_property(TARGET Catch::Catch APPEND PROPERTY
-  INTERFACE_INCLUDE_DIRECTORIES
-  ${CMAKE_SOURCE_DIR}/third_party/catch
-)

debug log:

solving 0c12c62546 ...
found 0c12c62546 in https://yhetil.org/guix-patches/20200503160608.5905-1-goodoldpaul@autistici.org/

applying [1/1] https://yhetil.org/guix-patches/20200503160608.5905-1-goodoldpaul@autistici.org/
diff --git a/gnu/packages/patches/ableton-link-system-libraries-debian.patch b/gnu/packages/patches/ableton-link-system-libraries-debian.patch
new file mode 100644
index 0000000000..0c12c62546

1:20: trailing whitespace.
 
1:29: trailing whitespace.
 
Checking patch gnu/packages/patches/ableton-link-system-libraries-debian.patch...
Applied patch gnu/packages/patches/ableton-link-system-libraries-debian.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 0c12c625463a1f27166c74a26b1f5d933f7fdde6	gnu/packages/patches/ableton-link-system-libraries-debian.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).