Date: Wed, 11 Jun 2014 16:42:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357507 - head/graphics/libfreehand Message-ID: <201406111642.s5BGgFTm075483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406111642.s5BGgFTm075483>