pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/k3b/patches k3b: remove obsolete patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/1102469dc221
branches: trunk
changeset: 386338:1102469dc221
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 06 10:59:53 2022 +0000
description:
k3b: remove obsolete patch
diffstat:
sysutils/k3b/patches/patch-cmake_modules_FindFFmpeg.cmake | 27 ---------------
1 files changed, 0 insertions(+), 27 deletions(-)
diffs (31 lines):
diff -r 23ccff0ce346 -r 1102469dc221 sysutils/k3b/patches/patch-cmake_modules_FindFFmpeg.cmake
--- a/sysutils/k3b/patches/patch-cmake_modules_FindFFmpeg.cmake Thu Oct 06 10:57:22 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-cmake_modules_FindFFmpeg.cmake,v 1.1 2021/04/05 12:54:28 markd Exp $
-
-Use correct variable to detect ffmpeg paths
-
---- cmake/modules/FindFFmpeg.cmake.orig 2021-02-24 23:19:59.000000000 +0000
-+++ cmake/modules/FindFFmpeg.cmake
-@@ -68,16 +68,16 @@ macro(find_component _component _pkgconf
-
- find_path(${_component}_INCLUDE_DIRS ${_header}
- HINTS
-- ${PC_LIB${_component}_INCLUDEDIR}
-- ${PC_LIB${_component}_INCLUDE_DIRS}
-+ ${PC_${_component}_INCLUDEDIR}
-+ ${PC_${_component}_INCLUDE_DIRS}
- PATH_SUFFIXES
- ffmpeg
- )
-
- find_library(${_component}_LIBRARIES NAMES ${_library}
- HINTS
-- ${PC_LIB${_component}_LIBDIR}
-- ${PC_LIB${_component}_LIBRARY_DIRS}
-+ ${PC_${_component}_LIBDIR}
-+ ${PC_${_component}_LIBRARY_DIRS}
- )
-
- set(${_component}_DEFINITIONS ${PC_${_component}_CFLAGS_OTHER} CACHE STRING "The ${_component} CFLAGS.")
Home |
Main Index |
Thread Index |
Old Index