Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / libs / libftdi1 / patches / 100-fix-x86_64-build.patch
1 --- a/CMakeLists.txt
2 +++ b/CMakeLists.txt
3 @@ -55,7 +55,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 ()