head 1.2; access; symbols pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2014.11.13.10.31.07; author markd; state dead; branches; next 1.1; commitid 56B9CUCDa3iJK0Yx; 1.1 date 2014.08.14.13.03.23; author wiz; state Exp; branches; next ; commitid pEicaU8jV5dqwkMx; desc @@ 1.2 log @Update to KDE SC 4.14.3 @ text @$NetBSD: patch-cmake_modules_FindFFmpeg.cmake,v 1.1 2014/08/14 13:03:23 wiz Exp $ Fix detection using pkg-config. https://bugs.kde.org/show_bug.cgi?id=338266 --- cmake/modules/FindFFmpeg.cmake.orig 2014-08-14 11:43:40.000000000 +0000 +++ cmake/modules/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.1 log @Fix ffmpeg detection. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @