diff options
Diffstat (limited to 'sci-libs/p4est/files/p4est-2.8.5-fix_build_system.patch')
-rw-r--r-- | sci-libs/p4est/files/p4est-2.8.5-fix_build_system.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-libs/p4est/files/p4est-2.8.5-fix_build_system.patch b/sci-libs/p4est/files/p4est-2.8.5-fix_build_system.patch deleted file mode 100644 index 0063acf9c5c1..000000000000 --- a/sci-libs/p4est/files/p4est-2.8.5-fix_build_system.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 78c02bf..d1b2094 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -8,6 +8,8 @@ HOMEPAGE_URL https://www.p4est.org/ - DESCRIPTION "p4est manages a collection---a forest---of octrees in parallel." - VERSION ${PROJECT_VERSION}) - -+set(CMAKE_POSITION_INDEPENDENT_CODE ON) -+ - include(CTest) - - list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules) -@@ -68,8 +70,8 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/ ${PROJECT_BINARY_DIR}/include/ - - install(TARGETS p4est - EXPORT ${PROJECT_NAME}-targets --ARCHIVE DESTINATION lib --LIBRARY DESTINATION lib -+ARCHIVE DESTINATION ${library_reldir} -+LIBRARY DESTINATION ${library_reldir} - RUNTIME DESTINATION bin - ) - |