diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-07-25 20:46:03 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2014-07-25 20:46:03 +0200 |
commit | 3db70e01a86c46dca9c99cd04d7b5504361dadcc (patch) | |
tree | 2c948d299fbb537764f7fcfac1a560dd3772cd56 /libs/libftdi1/patches | |
parent | 65e530e5b7fcbf2d91f7bdc286eba800a953c927 (diff) |
libftdi1: add new package.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'libs/libftdi1/patches')
-rw-r--r-- | libs/libftdi1/patches/100-fix-x86_64-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/libftdi1/patches/100-fix-x86_64-build.patch b/libs/libftdi1/patches/100-fix-x86_64-build.patch new file mode 100644 index 000000000..bf3674eae --- /dev/null +++ b/libs/libftdi1/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) + 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 () |