treewide: Run refresh on all packages
[feed/packages.git] / libs / libftdi1 / patches / 100-fix-x86_64-build.patch
1 --- a/CMakeLists.txt
2 +++ b/CMakeLists.txt
3 @@ -57,7 +57,7 @@ if ( NOT DEFINED LIB_SUFFIX )
4 AND NOT EXISTS "/etc/debian_version"
5 AND NOT EXISTS "/etc/arch-release" )
6 if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
7 - set ( LIB_SUFFIX 64 )
8 + set ( LIB_SUFFIX "" )
9 endif ()
10 endif ()
11 endif ()