diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 22:57:37 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-21 22:57:37 +0100 |
commit | ba3929ec56175985251a901165ca66795d66d1d9 (patch) | |
tree | 7c63c12b9abc59499adfae8667fccd04e5332daa /sci-libs/sbig/files/sbig-9999-fix-symlink.patch | |
parent | 40c240bd905cc721c29d6ce48451bc261faed4f2 (diff) | |
download | brancik-overlay-ba3929ec56175985251a901165ca66795d66d1d9.tar.gz brancik-overlay-ba3929ec56175985251a901165ca66795d66d1d9.tar.bz2 |
Fixed patch for =sci-libs/sbig-9999
Diffstat (limited to 'sci-libs/sbig/files/sbig-9999-fix-symlink.patch')
-rw-r--r-- | sci-libs/sbig/files/sbig-9999-fix-symlink.patch | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/sci-libs/sbig/files/sbig-9999-fix-symlink.patch b/sci-libs/sbig/files/sbig-9999-fix-symlink.patch index b49eec8..19db487 100644 --- a/sci-libs/sbig/files/sbig-9999-fix-symlink.patch +++ b/sci-libs/sbig/files/sbig-9999-fix-symlink.patch @@ -1,6 +1,6 @@ ---- CMakeLists.txt 2015-01-21 22:40:11.678716709 +0100 -+++ CMakeLists.txt.new 2015-01-21 22:45:30.112136281 +0100 -@@ -33,24 +33,17 @@ +--- CMakeLists.txt 2015-01-21 19:32:21.000000000 +0100 ++++ CMakeLists.txt.new 2015-01-21 22:55:15.423084164 +0100 +@@ -33,13 +33,6 @@ exec_program(cp ARGS ${CMAKE_CURRENT_SOURCE_DIR}/libsbigudrv32.bin ${CMAKE_BINARY_DIR}/libsbigudrv.so.${SBIG_VERSION})
endif(LIB_ARMHF)
@@ -14,25 +14,3 @@ install( FILES sbigucam.hex sbiglcam.hex sbigfcam.hex sbigpcam.hex stfga.bin DESTINATION ${FIRMWARE_INSTALL_DIR})
install( FILES 51-sbig-debian.rules DESTINATION ${UDEVRULES_INSTALL_DIR})
-install( SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_sbig_symlink.cmake)
-- --MESSAGE(STATUS "<<< Gentoo configuration >>> --Build type ${CMAKE_BUILD_TYPE} --Install path ${CMAKE_INSTALL_PREFIX} --Compiler flags: --C ${CMAKE_C_FLAGS} --C++ ${CMAKE_CXX_FLAGS} --Linker flags: --Executable ${CMAKE_EXE_LINKER_FLAGS} --Module ${CMAKE_MODULE_LINKER_FLAGS} --Shared ${CMAKE_SHARED_LINKER_FLAGS}\n") -+
-+MESSAGE(STATUS "<<< Gentoo configuration >>>
-+Build type ${CMAKE_BUILD_TYPE}
-+Install path ${CMAKE_INSTALL_PREFIX}
-+Compiler flags:
-+C ${CMAKE_C_FLAGS}
-+C++ ${CMAKE_CXX_FLAGS}
-+Linker flags:
-+Executable ${CMAKE_EXE_LINKER_FLAGS}
-+Module ${CMAKE_MODULE_LINKER_FLAGS}
-+Shared ${CMAKE_SHARED_LINKER_FLAGS}\n")
|