summaryrefslogtreecommitdiff
path: root/dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch')
-rw-r--r--dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch b/dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch
deleted file mode 100644
index 4faf7c620393..000000000000
--- a/dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From ccbd6cf1934056386772debba8583bc9b3721072 Mon Sep 17 00:00:00 2001
-From: Uffe Jakobsen <uffe@uffe.org>
-Date: Mon, 22 Oct 2012 12:03:22 +0200
-Subject: [PATCH] Fix build on FreeBSD (cmake file typo)
-
----
- examples/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
-index 6793d89..1263c62 100644
---- a/examples/CMakeLists.txt
-+++ b/examples/CMakeLists.txt
-@@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs" ON)
-
- if (EXAMPLES)
- # Includes
-- include( ${CMAKE_CURRENT_SOURCE_DIR}
-+ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
- ${CMAKE_CURRENT_BINARY_DIR}
- )
-