mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
- Remove x86_gcc2 since it uses libboost - Simplify patches and put headers where pkgconfig files tell they are
35 lines
922 B
Plaintext
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
|
|
|