Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 21:03:19 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370601 - head/textproc/libwps03
Message-ID:  <201410102103.s9AL3JkH098899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Oct 10 21:03:18 2014
New Revision: 370601
URL: https://svnweb.freebsd.org/changeset/ports/370601
QAT: https://qat.redports.org/buildarchive/r370601/

Log:
  Fix build with GCC 4.2.

Modified:
  head/textproc/libwps03/Makefile

Modified: head/textproc/libwps03/Makefile
==============================================================================
--- head/textproc/libwps03/Makefile	Fri Oct 10 18:17:25 2014	(r370600)
+++ head/textproc/libwps03/Makefile	Fri Oct 10 21:03:18 2014	(r370601)
@@ -15,10 +15,9 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
-CONFIGURE_ARGS=	--disable-werror
+CONFIGURE_ARGS=	--disable-werror --without-docs
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-docs
 USES=		compiler:features libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410102103.s9AL3JkH098899>