libftdi: Import 0.19 from packages and update to 0.20.

This commit is contained in:
Álvaro Fernández Rojas
2014-06-10 21:02:54 +02:00
parent cb891adebd
commit 7ae5777b3e
2 changed files with 64 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
SET(LIB_SUFFIX "")
SET(PACK_ARCH "")
ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8)
- SET(LIB_SUFFIX 64)
+ SET(LIB_SUFFIX "")
SET(PACK_ARCH .x86_64)
endif(CMAKE_SIZEOF_VOID_P EQUAL 4)