how-lix-os-pkgs/libftdi1/default/patch

20 lines
593 B
Plaintext

*** src/CMakeLists.txt Mon Aug 7 14:52:39 2017
--- src-mod/CMakeLists.txt Tue May 5 00:30:21 2020
***************
*** 55,61 ****
AND NOT EXISTS "/etc/debian_version"
AND NOT EXISTS "/etc/arch-release" )
if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
! set ( LIB_SUFFIX 64 )
endif ()
endif ()
endif ()
--- 55,61 ----
AND NOT EXISTS "/etc/debian_version"
AND NOT EXISTS "/etc/arch-release" )
if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
! set ( LIB_SUFFIX "" ) # lix os has no /lib64 directory
endif ()
endif ()
endif ()