External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
667B

  1. --- fluidsynth-static-1.1.11.orig/CMakeLists.txt
  2. +++ fluidsynth-static-1.1.11/CMakeLists.txt
  3. @@ -89,16 +89,7 @@ if ( CMAKE_SYSTEM MATCHES "OS2" )
  4. endif ( CMAKE_SYSTEM MATCHES "OS2" )
  5. # Initialize the library directory name suffix.
  6. -if (NOT MINGW AND NOT MSVC)
  7. -if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
  8. - set ( _init_lib_suffix "64" )
  9. -else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
  10. - set ( _init_lib_suffix "" )
  11. -endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
  12. -else ()
  13. - set ( _init_lib_suffix "" )
  14. -endif()
  15. -set ( LIB_SUFFIX ${_init_lib_suffix} CACHE STRING
  16. +set ( LIB_SUFFIX "" CACHE STRING
  17. "library directory name suffix (32/64/nothing)" )
  18. mark_as_advanced ( LIB_SUFFIX )