You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/x265/files/x265-libdir_pkgconfig.patch

13 lines
375 B

Index: x265-9999/source/x265.pc.in
===================================================================
--- x265-9999.orig/source/x265.pc.in
+++ x265-9999/source/x265.pc.in
@@ -1,6 +1,6 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include
Name: @CMAKE_PROJECT_NAME@