head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.2 pkgsrc-2014Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2014.11.13.12.06.45; author markd; state dead; branches; next 1.2; commitid Kq9P8xe650uih1Yx; 1.2 date 2014.08.14.19.26.16; author wiz; state Exp; branches; next 1.1; commitid Vt1TfiBHx7mNDmMx; 1.1 date 2014.08.14.19.18.51; author wiz; state Exp; branches; next ; commitid tXCnrWxacmmcBmMx; desc @@ 1.3 log @Update to KDE SC 4.14.3 @ text @$NetBSD: patch-cmake_FindFFmpeg.cmake,v 1.2 2014/08/14 19:26:16 wiz Exp $ Fix ffmpeg detection. https://bugs.kde.org/show_bug.cgi?id=338280 --- cmake/FindFFmpeg.cmake.orig 2014-01-02 19:34:11.000000000 +0000 +++ cmake/FindFFmpeg.cmake @@@@ -62,7 +62,7 @@@@ macro(find_component _component _pkgconf # in the FIND_PATH() and FIND_LIBRARY() calls find_package(PkgConfig) if (PKG_CONFIG_FOUND) - pkg_check_modules(PC_${_component} ${_pkgconfig}) + pkg_check_modules(PC_LIB${_component} ${_pkgconfig}) endif () endif (NOT WIN32) @ 1.2 log @Add upstream bug report URL. @ text @d1 1 a1 1 $NetBSD: patch-cmake_FindFFmpeg.cmake,v 1.1 2014/08/14 19:18:51 wiz Exp $ @ 1.1 log @Fix ffmpeg detection. @ text @d1 1 a1 1 $NetBSD$ d4 1 @