Files
haikuports/dev-embedded/libftdi/patches/libftdi-1.4.patchset
Adrien Destugues 6c344cde2d libftdi: update to latest versin and fix packaging
- Remove x86_gcc2 since it uses libboost
- Simplify patches and put headers where pkgconfig files tell they are
2019-01-07 23:11:17 +01:00

35 lines
922 B
Plaintext

From eb3927541890e13aaf094913b4ecbe4153248fb4 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Mon, 7 Jan 2019 22:57:12 +0100
Subject: Fix include dirs for Haiku.
diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt
index 27fbe8d..af82ae7 100644
--- a/ftdipp/CMakeLists.txt
+++ b/ftdipp/CMakeLists.txt
@@ -55,7 +55,7 @@ if (FTDIPP)
endif ()
install ( FILES ${cpp_headers}
- DESTINATION include/${PROJECT_NAME}
+ DESTINATION develop/headers${INC_SUFFIX}
COMPONENT headers
)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9fd86a6..f592a2d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,6 +50,6 @@ if ( STATICLIBS )
endif ()
install ( FILES ${c_headers}
- DESTINATION include/${PROJECT_NAME}
+ DESTINATION develop/headers${INC_SUFFIX}
COMPONENT headers
)
--
2.19.1