summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/kdepim4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile
index cb8bbc63e04f..8d4d8981d716 100644
--- a/deskutils/kdepim4/Makefile
+++ b/deskutils/kdepim4/Makefile
@@ -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