summaryrefslogtreecommitdiff
path: root/dev-embedded/libftdi/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/libftdi/files')
-rw-r--r--dev-embedded/libftdi/files/libftdi-0.20-cmake-include.patch22
-rw-r--r--dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch38
2 files changed, 0 insertions, 60 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}
- )
-
diff --git a/dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch b/dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch
deleted file mode 100644
index 1be51da7c1d7..000000000000
--- a/dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From e18b700743217e8c505e97762e0f66a4f6a90425 Mon Sep 17 00:00:00 2001
-From: Maciej Grela <maciej.grela@gmail.com>
-Date: Wed, 20 Jun 2012 23:08:50 +0200
-Subject: [PATCH] Fix libftdi.pc file generation when building with
- -DDOCUMENTATION=OFF
-
----
- CMakeLists.txt | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4c43a48..07f8bb9 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,7 +2,9 @@
- project(libftdi)
- set(MAJOR_VERSION 0)
- set(MINOR_VERSION 20)
-+set(PACKAGE libftdi)
- set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
-+set(VERSION ${VERSION_STRING})
- SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
-
- # CMake
-@@ -116,12 +118,11 @@ add_custom_target(dist
-
- option(DOCUMENTATION "Generate API documentation with Doxygen" ON)
-
-+
- find_package(Doxygen)
- if(DOCUMENTATION AND DOXYGEN_FOUND)
-
- # Set variables
-- set(PACKAGE libftdi)
-- set(VERSION ${VERSION_STRING})
- set(top_srcdir ${CMAKE_SOURCE_DIR})
-
- # Find doxy config