diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-08-12 08:28:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:36 +0700 |
commit | b19bb2e455bcd6ed4da353c975d3aae5509fd063 (patch) | |
tree | 681112567fe75140e064a93cc3ef868dd933bfd7 /libraries/platform/platform-2.0.1-install.patch | |
parent | 2cdb0bdae7732960d646f752159f7711bcd86071 (diff) | |
download | slackbuilds-b19bb2e455bcd6ed4da353c975d3aae5509fd063.tar.gz |
libraries/platform: Updated for version 2.0.1.
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries/platform/platform-2.0.1-install.patch')
-rw-r--r-- | libraries/platform/platform-2.0.1-install.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/platform/platform-2.0.1-install.patch b/libraries/platform/platform-2.0.1-install.patch new file mode 100644 index 0000000000..0c6f8f69e5 --- /dev/null +++ b/libraries/platform/platform-2.0.1-install.patch @@ -0,0 +1,10 @@ +diff -up ./CMakeLists.txt.orig ./CMakeLists.txt +--- ./CMakeLists.txt.orig 2016-01-19 20:49:33.000000000 +0100 ++++ ./CMakeLists.txt 2016-02-05 13:30:27.456442363 +0100 +@@ -81,5 +81,5 @@ ENDIF(NOT WIN32) + configure_file (platform-config.cmake.in + platform-config.cmake @ONLY) + install(FILES ${CMAKE_BINARY_DIR}/platform-config.cmake +- DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/platform) ++ DESTINATION ${CMAKE_INSTALL_LIBDIR_NOARCH}/cmake/${CMAKE_PROJECT_NAME}) + |