packages/libs/libftdi1/patches/100-fix-x86_64-build.patch
Álvaro Fernández Rojas 39947d1f70 libftdi1: update to 1.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-11-25 19:27:05 +01:00

11 lines
319 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ if ( NOT DEFINED LIB_SUFFIX )
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 ()