svn commit: r320191 - head/deskutils/kdepim4
Alberto Villa
avilla at FreeBSD.org
Fri Jun 7 11:42:11 UTC 2013
Author: avilla
Date: Fri Jun 7 11:42:10 2013
New Revision: 320191
URL: http://svnweb.freebsd.org/changeset/ports/320191
Log:
- Fix build with Clang.
Modified:
head/deskutils/kdepim4/Makefile
Modified: head/deskutils/kdepim4/Makefile
==============================================================================
--- head/deskutils/kdepim4/Makefile Fri Jun 7 11:21:35 2013 (r320190)
+++ head/deskutils/kdepim4/Makefile Fri Jun 7 11:42:10 2013 (r320191)
@@ -35,6 +35,9 @@ USE_QT4= corelib dbus declarative design
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
More information about the svn-ports-head
mailing list