From e7d89740ebc17f382a1d285011cce79d53ba829c Mon Sep 17 00:00:00 2001 From: Ctibor Date: Sat, 1 Dec 2012 19:59:15 +0100 Subject: Add zlib link patch for =sci/libs/indilib-0.9.6 --- sci-libs/indilib/files/0.6-fix_symlink.patch | 39 ---------------------------- 1 file changed, 39 deletions(-) delete mode 100644 sci-libs/indilib/files/0.6-fix_symlink.patch (limited to 'sci-libs/indilib/files/0.6-fix_symlink.patch') diff --git a/sci-libs/indilib/files/0.6-fix_symlink.patch b/sci-libs/indilib/files/0.6-fix_symlink.patch deleted file mode 100644 index cf447c0..0000000 --- a/sci-libs/indilib/files/0.6-fix_symlink.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -urN libindi0-0.6.old/CMakeLists.txt libindi0-0.6/CMakeLists.txt ---- libindi0-0.6.old/CMakeLists.txt 2008-11-18 10:45:06.000000000 +0100 -+++ libindi0-0.6/CMakeLists.txt 2009-09-07 12:49:21.000000000 +0200 -@@ -146,7 +146,7 @@ - ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200gps.cpp - ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200generic.cpp - ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200classic.cpp -- ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200apdriver.c -+ ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200apdriver.c - ${CMAKE_SOURCE_DIR}/drivers/telescope/lx200ap.cpp ) - - add_executable(indi_lx200generic ${lx200generic_SRCS} ${liblilxml_SRCS} ${libindicom_SRCS}) -@@ -159,14 +159,11 @@ - - install(TARGETS indi_lx200generic RUNTIME DESTINATION bin ) - --file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake --"exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic)\n --exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar)\n --exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16)\n --exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200gps)\n --exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic ${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap)\n --") --set_target_properties(indi_lx200generic PROPERTIES POST_INSTALL_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake) -+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic\" )" ) -+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}//${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar\" )" ) -+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}//${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16\" )" ) -+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}//${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200gps\" )" ) -+install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}//${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap\" )" ) - ################################################################################# - - ########### Celestron GPS ############ -@@ -521,4 +518,4 @@ - - install( FILES indiapi.h indidevapi.h base64.h eventloop.h ${CMAKE_SOURCE_DIR}/libs/lilxml.h - ${CMAKE_SOURCE_DIR}/libs/indicom.h DESTINATION ${INCLUDE_INSTALL_DIR}/libindi COMPONENT Devel) -- -\ Chybí znak konce řádku na konci souboru -+ -- cgit v1.2.3