summaryrefslogtreecommitdiff
path: root/dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-28 11:56:57 +0100
committerSam James <sam@gentoo.org>2025-05-28 11:56:57 +0100
commit4b674fc879c865918303ea769b32bcd31b7a6dfd (patch)
tree7c1c3c657e4eb001ed29270ae144270c205ea414 /dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch
parentfc022648fe534a07c2c4c4d3ac0f492ec9caa298 (diff)
downloadgentoo-4b674fc879c865918303ea769b32bcd31b7a6dfd.tar.gz
gentoo-4b674fc879c865918303ea769b32bcd31b7a6dfd.tar.bz2
gentoo-4b674fc879c865918303ea769b32bcd31b7a6dfd.zip
dev-embedded/libftdi: drop 0.20-r3
Closes: https://bugs.gentoo.org/953863 Closes: https://bugs.gentoo.org/955456 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch')
-rw-r--r--dev-embedded/libftdi/files/libftdi-0.20-cmake-version.patch38
1 files changed, 0 insertions, 38 deletions
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