summaryrefslogtreecommitdiff
path: root/dev-cpp/websocketpp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-cpp/websocketpp/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-cpp/websocketpp/files')
-rw-r--r--dev-cpp/websocketpp/files/websocketpp-0.7.0-cmake-install.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/websocketpp/files/websocketpp-0.7.0-cmake-install.patch b/dev-cpp/websocketpp/files/websocketpp-0.7.0-cmake-install.patch
deleted file mode 100644
index 4548c650759d..000000000000
--- a/dev-cpp/websocketpp/files/websocketpp-0.7.0-cmake-install.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f60caa1..9ff2211 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -15,13 +15,20 @@ set (WEBSOCKETPP_VERSION ${WEBSOCKETPP_MAJOR_VERSION}.${WEBSOCKETPP_MINOR_VERSIO
-
- set_property(GLOBAL PROPERTY USE_FOLDERS ON)
-
-+get_property(LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS)
-+if ("${LIB64}" STREQUAL "TRUE")
-+ set(LIBSUFFIX 64)
-+else()
-+ set(LIBSUFFIX "")
-+endif()
-+
- set(INSTALL_INCLUDE_DIR include CACHE PATH "Installation directory for header files")
-+set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")
- if (WIN32 AND NOT CYGWIN)
-- set (DEF_INSTALL_CMAKE_DIR cmake)
-+ set (INSTALL_CMAKE_DIR cmake)
- else ()
-- set (DEF_INSTALL_CMAKE_DIR lib/cmake/websocketpp)
-+ set (INSTALL_CMAKE_DIR ${LIB_INSTALL_DIR}/cmake/websocketpp)
- endif ()
--set (INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH "Installation directory for CMake files")
-
- # Make relative paths absolute (needed later on)
- foreach (p INCLUDE CMAKE)