diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 23:05:12 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 23:05:12 +0100 |
commit | 3d035e02c49940f003978dffa81c6ff99ec55713 (patch) | |
tree | d6f7bb5849db3e598d3c445571468973f50655cf /sci-libs/libqhy | |
parent | 8d9af0cd81ce4f2fb092cad310c034e001872066 (diff) | |
download | brancik-overlay-3d035e02c49940f003978dffa81c6ff99ec55713.tar.gz brancik-overlay-3d035e02c49940f003978dffa81c6ff99ec55713.tar.bz2 |
Final version of the patches for sci-libs/sbig and libqhy.
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r-- | sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch b/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch index 35b812e..87964bd 100644 --- a/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch +++ b/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch @@ -1,5 +1,5 @@ --- libindi_3rdparty/libqhy/CMakeLists.txt 2015-02-15 09:56:34.000000000 +0100 -+++ libindi_3rdparty.new/libqhy/CMakeLists.txt 2015-02-18 21:46:32.736203978 +0100 ++++ libindi_3rdparty.new/libqhy/CMakeLists.txt 2015-02-18 23:03:59.954691783 +0100 @@ -20,12 +20,6 @@ ENDIF (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "armv6l")
ENDIF(UNIX AND NOT WIN32 AND NOT APPLE)
@@ -21,5 +21,5 @@ -
-
+# Make sure symbolic links are installed
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_VERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" )" )
-+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so)\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"libqhy.so.${LIBQHY_VERSION}\" \"libqhy.so.${LIBQHY_SOVERSION}\" WORKING_DIRECTORY \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"libqhy.so.${LIBQHY_SOVERSION}\" \"libqhy.so\" WORKING_DIRECTORY \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}\" )" )
|