mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -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
16 lines
414 B
Text
16 lines
414 B
Text
--- libk3b/CMakeLists.txt.orig 2014-11-04 18:37:31 UTC
|
|
+++ libk3b/CMakeLists.txt
|
|
@@ -230,12 +230,8 @@ target_link_libraries(k3b
|
|
${KCDDB_LIBRARIES}
|
|
${SAMPLERATE_LIBRARIES}
|
|
k3bdevice
|
|
+ ${CMAKE_DL_LIBS}
|
|
)
|
|
-if(NOT WIN32)
|
|
- target_link_libraries(k3b dl)
|
|
-else(NOT WIN32)
|
|
- target_link_libraries(k3b uuid ole32)
|
|
-endif(NOT WIN32)
|
|
|
|
if(ENABLE_DVD_RIPPING)
|
|
target_link_libraries(k3b ${DVDREAD_LIBRARIES})
|