- Fix build with Clang.
This commit is contained in:
parent
ce8f655766
commit
714914e4f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320191
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue