diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-03-22 18:53:38 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:10:42 +0000 |
commit | 4c59abbcce396a7b5a0896842cebf77c5bdc9dbc (patch) | |
tree | a848273b2d94290e8b1c8d23fe72dffe8dd0475b /libraries/platform/platform-2.0.1-install.patch | |
parent | 698e18b67685e5324b160e2af7ccff86251eeca2 (diff) | |
download | slackbuilds-4c59abbcce396a7b5a0896842cebf77c5bdc9dbc.tar.gz |
libraries/platform: Updated for version 2.1.0
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, 0 insertions, 10 deletions
diff --git a/libraries/platform/platform-2.0.1-install.patch b/libraries/platform/platform-2.0.1-install.patch deleted file mode 100644 index 0c6f8f69e5..0000000000 --- a/libraries/platform/platform-2.0.1-install.patch +++ /dev/null @@ -1,10 +0,0 @@ -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}) - |