amarok 2.2 and phonon-xine backend

Martin Sandsmark sandsmark at samfundet.no
Wed Sep 30 23:54:14 UTC 2009


How about this instead (only correctly, I don't know if FREEBSD is set)?:

> --- ./CMakeLists.txt.orig	2009-09-30 09:21:06.000000000 -0400
> +++ ./CMakeLists.txt	2009-09-30 09:21:49.000000000 -0400
> @@ -55,9 +55,6 @@
>  SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fmessage-length=0")
>  if (CMAKE_COMPILER_IS_GNUCXX)
>      SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fmessage-length=0")
> -    if( NOT WIN32 AND NOT APPLE )
  +    if( NOT WIN32 AND NOT APPLE AND NOT FREEBSD)
>          SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--as-needed")
>      endif( NOT WIN32 AND NOT APPLE )
>  endif (CMAKE_COMPILER_IS_GNUCXX)
> 
>  include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/shared )
> 

-- 
Martin T. Sandsmark



More information about the Amarok mailing list