Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488164
Collapse All | Expand All

(-)file_not_specified_in_diff (-16 / +1 lines)
Line  Link Here
0
-- clementine-1.2.0/CMakeLists.txt
0
++ clementine-1.2.0/CMakeLists.txt
Lines 313-333 Link Here
313
  message(STATUS "Building static qsqlite plugin")
313
  message(STATUS "Building static qsqlite plugin")
314
  add_subdirectory(3rdparty/qsqlite)
314
  add_subdirectory(3rdparty/qsqlite)
315
  include_directories("3rdparty/qsqlite")
315
  include_directories("3rdparty/qsqlite")
316
else()
317
  if (NOT I_HATE_MY_USERS)
318
    message(FATAL_ERROR "No, really, Clementine needs sqlite to be linked "
319
        "statically.  If it's not, Clementine won't be able to resolve the "
320
        "functions it needs to register full text search support.  Search will "
321
        "be really slow and users will be unhappy.  If you're packaging "
322
        "Clementine for a distribution and you really hate your users and want "
323
        "them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON")
324
  else()
325
    if (NOT MY_USERS_WILL_SUFFER_BECAUSE_OF_ME)
326
      message(FATAL_ERROR "So you really hate your users and you want to "
327
          "create a crippled package that doesn't work properly?  Please send "
328
          "an email to the devs and help us understand why.")
329
    endif()
330
  endif()
331
endif(STATIC_SQLITE)
316
endif(STATIC_SQLITE)
332
317
333
# When/if upstream accepts our patches then these options can be used to link
318
# When/if upstream accepts our patches then these options can be used to link

Return to bug 488164