diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-06-10 21:02:54 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-06-10 21:02:54 +0200 |
commit | 7ae5777b3e569ad8df44b6fcc9f350da0ec5df33 (patch) | |
tree | f1f82e36107af173c2c6777b6192b58bc32d7a39 /libs/libftdi/patches | |
parent | cb891adebd917c73163b54865dc6964c7375a8e9 (diff) |
libftdi: Import 0.19 from packages and update to 0.20.
Diffstat (limited to 'libs/libftdi/patches')
-rw-r--r-- | libs/libftdi/patches/100-fix-x86_64-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libftdi/patches/100-fix-x86_64-build.patch b/libs/libftdi/patches/100-fix-x86_64-build.patch new file mode 100644 index 000000000..9a9da9a6c --- /dev/null +++ b/libs/libftdi/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) + 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) + |