mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
- 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
10 lines
286 B
Text
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")
|