svn commit: r303026 - head/graphics/libwpg

Koop Mast kwm at FreeBSD.org
Thu Aug 23 15:55:01 UTC 2012


Author: kwm
Date: Thu Aug 23 15:55:00 2012
New Revision: 303026
URL: http://svn.freebsd.org/changeset/ports/303026

Log:
  Disable -Werror so clang can build this port.
  
  Approved by:	maintainer (fluffy@)

Modified:
  head/graphics/libwpg/Makefile

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Thu Aug 23 15:26:53 2012	(r303025)
+++ head/graphics/libwpg/Makefile	Thu Aug 23 15:55:00 2012	(r303026)
@@ -23,6 +23,7 @@ USE_GNOME=	gnomeprefix gnomehack ltverha
 USE_BZIP2=	yes
 USE_PERL5=	yes
 USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--disable-werror
 
 PORTDOCS=	*
 



More information about the svn-ports-head mailing list