ports/sysutils/k3b-kde4/files/patch-libk3bdevice__CMakeLists.txt
Max Brazhnikov 8162989ab7 sysutils/k3b-kde4:
- Update to 2.0.3
- Remove patches merged upstream, regenerate patches
- Add patch obtained from Gentoo to fix build with modern ffmpeg/libav

PR:		202561
Submitted by:	matthew@reztek.cz
2015-08-25 13:10:47 +00:00

10 lines
286 B
Text

--- libk3bdevice/CMakeLists.txt.orig 2014-11-04 18:37:31 UTC
+++ libk3bdevice/CMakeLists.txt
@@ -27,6 +27,7 @@ kde4_add_library(k3bdevice SHARED ${k3bd
target_link_libraries(k3bdevice
${KDE4_KDECORE_LIBS}
${KDE4_SOLID_LIBS}
+ cam
)
if (CMAKE_SYSTEM_NAME MATCHES "kFreeBSD")