svn commit: r357507 - head/graphics/libfreehand

Antoine Brodin antoine at FreeBSD.org
Wed Jun 11 16:42:15 UTC 2014


Author: antoine
Date: Wed Jun 11 16:42:14 2014
New Revision: 357507
URL: http://svnweb.freebsd.org/changeset/ports/357507
QAT: https://qat.redports.org/buildarchive/r357507/

Log:
  - Disable Werror
  - Fix a typo

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Wed Jun 11 16:38:50 2014	(r357506)
+++ head/graphics/libfreehand/Makefile	Wed Jun 11 16:42:14 2014	(r357507)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	librevenge-0.0.so:${PORTSDI
 
 GNU_CONFIGURE=	yes
 USES=	libtool pathfix pkgconfig tar:xz
-USE_LDCOFNIG=	yes
+USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--disable-werror
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list