diff options
Diffstat (limited to 'vcpkg/ports/faad2/fix-install.patch')
| -rw-r--r-- | vcpkg/ports/faad2/fix-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/faad2/fix-install.patch b/vcpkg/ports/faad2/fix-install.patch new file mode 100644 index 0000000..fc44506 --- /dev/null +++ b/vcpkg/ports/faad2/fix-install.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5c0aeff..9614c19 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -261,7 +261,7 @@ endif() + + # Installation + +-if(NOT FAAD_BUNDLED_MODE AND NOT MSVC) ++if(1) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/faad2.pc" + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") + |