diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-06-07 11:42:10 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-06-07 11:42:10 +0000 |
commit | 714914e4f119c7db6f13ae5a6becdd8576a203e6 (patch) | |
tree | 37fa3a3b04fdc49494924f947e384230f3e3c226 | |
parent | retire ruby-wx (diff) |
- Fix build with Clang.
Notes
Notes:
svn path=/head/; revision=320191
-rw-r--r-- | deskutils/kdepim4/Makefile | 3 |
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 |