]> git.pld-linux.org Git - packages/camwire.git/blob - camwire-link.patch
- added more fixes for gcc 13
[packages/camwire.git] / camwire-link.patch
1 --- camwire2-1.9.0-Source/camwire/CMakeLists.txt.orig   2011-02-17 03:31:12.000000000 +0100
2 +++ camwire2-1.9.0-Source/camwire/CMakeLists.txt        2011-08-06 20:11:05.519736684 +0200
3 @@ -45,6 +45,7 @@
4         VERSION ${Camwire_VERSION_STRING}
5         SOVERSION ${Camwire_SOVERSION}
6         SKIP_BUILD_RPATH ON)
7 +target_link_libraries(camwire dc1394 m)
8  
9  # What to install where:
10  install (TARGETS camwire camwire_static DESTINATION lib)
11 --- camwire2-2.0.0-Source/examples/cammonitor/CMakeLists.txt.orig       2023-07-09 10:42:48.799512289 +0200
12 +++ camwire2-2.0.0-Source/examples/cammonitor/CMakeLists.txt    2023-07-09 10:45:58.818482868 +0200
13 @@ -20,7 +20,7 @@ set_target_properties (cammonitor PROPER
14  #      LINK_FLAGS ${Camwire_SDL_LIBS}
15         SKIP_BUILD_RPATH ON)
16  target_link_libraries (cammonitor
17 -       libcamwire.a
18 +       camwire
19         dc1394
20         ${Camwire_SDL_LIBS}
21         netpbm
22 --- camwire2-1.9.0-Source/examples/CMakeLists.txt.orig  2011-02-17 03:31:14.000000000 +0100
23 +++ camwire2-1.9.0-Source/examples/CMakeLists.txt       2011-08-07 07:21:45.499716516 +0200
24 @@ -9,7 +9,7 @@ add_executable (hello  hello.c)
25  set_target_properties (hello PROPERTIES
26         SKIP_BUILD_RPATH ON)
27  target_link_libraries (hello
28 -       libcamwire.a
29 +       camwire
30         dc1394
31         m)
32  
33 @@ -17,7 +17,7 @@ add_executable (camlatency  camlatency.c
34  set_target_properties (camlatency PROPERTIES
35         SKIP_BUILD_RPATH ON)
36  target_link_libraries (camlatency
37 -       libcamwire.a
38 +       camwire
39         dc1394
40         m)
41  
42 @@ -25,7 +25,7 @@ add_executable (measureconf_1394  measur
43  set_target_properties (measureconf_1394 PROPERTIES
44         SKIP_BUILD_RPATH ON)
45  target_link_libraries (measureconf_1394
46 -       libcamwire.a
47 +       camwire
48         dc1394
49         m)
50  
51 @@ -33,7 +33,7 @@ add_executable (resetbus_1394  resetbus_
52  set_target_properties (resetbus_1394 PROPERTIES
53         SKIP_BUILD_RPATH ON)
54  target_link_libraries (resetbus_1394
55 -       libcamwire.a
56 +       camwire
57         dc1394
58         m)
59  
This page took 0.057122 seconds and 3 git commands to generate.