svn commit: r442377 - head/mail/geary

Koop Mast kwm at FreeBSD.org
Fri Jun 2 11:53:03 UTC 2017


Author: kwm
Date: Fri Jun  2 11:53:02 2017
New Revision: 442377
URL: https://svnweb.freebsd.org/changeset/ports/442377

Log:
  Allow geary to build with libgee 0.8.1.

Modified:
  head/mail/geary/Makefile

Modified: head/mail/geary/Makefile
==============================================================================
--- head/mail/geary/Makefile	Fri Jun  2 11:07:13 2017	(r442376)
+++ head/mail/geary/Makefile	Fri Jun  2 11:53:02 2017	(r442377)
@@ -28,6 +28,7 @@ USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+CMAKE_ARGS=	-DNO_FATAL_WARNINGS:BOOL=ON
 
 GLIB_SCHEMAS=	org.yorba.geary.gschema.xml
 


More information about the svn-ports-all mailing list