- Fix build with Clang.

This commit is contained in:
Alberto Villa 2013-06-07 11:42:10 +00:00
parent ce8f655766
commit 714914e4f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320191

View file

@ -35,6 +35,9 @@ USE_QT4= corelib dbus declarative designer_build gui network opengl \
USE_XORG= x11 xscrnsaver
CMAKE_ARGS+= -DKDEPIM_BUILD_MOBILE:BOOL=FALSE
USE_GMAKE= yes
# Avoids Clang error:
# https://git.reviewboard.kde.org/r/108617
CXXFLAGS+= -Wno-error=return-type
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes