From owner-svn-ports-head@FreeBSD.ORG Fri Oct 10 21:03:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DFDF2DC; Fri, 10 Oct 2014 21:03:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A61C215; Fri, 10 Oct 2014 21:03:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AL3JNO098900; Fri, 10 Oct 2014 21:03:19 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AL3JkH098899; Fri, 10 Oct 2014 21:03:19 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201410102103.s9AL3JkH098899@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 10 Oct 2014 21:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370601 - head/textproc/libwps03 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 21:03:19 -0000 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