diff options
Diffstat (limited to 'libs/libftdi1/patches/100-fix-x86_64-build.patch')
-rw-r--r-- | libs/libftdi1/patches/100-fix-x86_64-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libftdi1/patches/100-fix-x86_64-build.patch b/libs/libftdi1/patches/100-fix-x86_64-build.patch new file mode 100644 index 000000000..bf3674eae --- /dev/null +++ b/libs/libftdi1/patches/100-fix-x86_64-build.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -43,7 +43,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4) + AND NOT EXISTS "/etc/debian_version" + AND NOT EXISTS "/etc/arch-release" ) + if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" ) +- set ( LIB_SUFFIX 64 ) ++ set ( LIB_SUFFIX "" ) + endif () + endif () + endif () |