]> git.pld-linux.org Git - packages/uhd.git/blob - uhd-libdir.patch
fixup more shebangs
[packages/uhd.git] / uhd-libdir.patch
1 diff -urNp -x '*.orig' uhd-4.1.0.1.org/host/CMakeLists.txt uhd-4.1.0.1/host/CMakeLists.txt
2 --- uhd-4.1.0.1.org/host/CMakeLists.txt 2021-07-13 17:10:44.000000000 +0200
3 +++ uhd-4.1.0.1/host/CMakeLists.txt     2021-08-15 16:33:42.068712434 +0200
4 @@ -458,14 +458,6 @@ endif()
5  ########################################################################
6  # Create Pkg Config File
7  ########################################################################
8 -foreach(inc ${Boost_INCLUDE_DIRS})
9 -    list(APPEND UHD_PC_CFLAGS "-I${inc}")
10 -endforeach(inc)
11 -
12 -foreach(lib ${Boost_LIBRARY_DIRS})
13 -    list(APPEND UHD_PC_LIBS "-L${lib}")
14 -endforeach(lib)
15 -
16  #use space-separation format for the pc file
17  string(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}")
18  string(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}")
This page took 0.063265 seconds and 3 git commands to generate.