svn commit: r303215 - head/textproc/libwpd

Dima Panov fluffy at FreeBSD.org
Mon Aug 27 04:17:10 UTC 2012


Author: fluffy
Date: Mon Aug 27 04:17:09 2012
New Revision: 303215
URL: http://svn.freebsd.org/changeset/ports/303215

Log:
  - Disable -Werror so recent clang can build this port.

Modified:
  head/textproc/libwpd/Makefile   (contents, props changed)

Modified: head/textproc/libwpd/Makefile
==============================================================================
--- head/textproc/libwpd/Makefile	Mon Aug 27 02:11:10 2012	(r303214)
+++ head/textproc/libwpd/Makefile	Mon Aug 27 04:17:09 2012	(r303215)
@@ -22,7 +22,7 @@ USE_GNOME=	gnomehack libgsf
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
-CONFIGURE_ARGS+=--without-docs
+CONFIGURE_ARGS+=--disable-werror --without-docs
 PLIST_SUB=	MAJVER=${PORTVERSION:R}
 
 post-patch:



More information about the svn-ports-head mailing list