From 02e4d5d9f0bac6286e08a31b5d60bc8e118761f9 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 23 Jun 2020 20:09:17 +0000 Subject: [PATCH] audio/libinstpatch: Fix build by adding a forgotten patch --- audio/libinstpatch/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/libinstpatch/files/patch-CMakeLists.txt diff --git a/audio/libinstpatch/files/patch-CMakeLists.txt b/audio/libinstpatch/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..517407cb36dd --- /dev/null +++ b/audio/libinstpatch/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2020-05-26 11:09:21 UTC ++++ CMakeLists.txt +@@ -45,7 +45,7 @@ option ( BUILD_SHARED_LIBS "Build a shared object or D + + # Initialize the library directory name suffix. + if ( CMAKE_SIZEOF_VOID_P EQUAL 8 ) +- set ( _init_lib_suffix "64" ) ++ set ( _init_lib_suffix "" ) + else ( CMAKE_SIZEOF_VOID_P EQUAL 8 ) + set ( _init_lib_suffix "" ) + endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )