Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 16:43:18 +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: r357508 - head/textproc/libe-book00
Message-ID:  <201406111643.s5BGhIbP075712@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jun 11 16:43:17 2014
New Revision: 357508
URL: http://svnweb.freebsd.org/changeset/ports/357508
QAT: https://qat.redports.org/buildarchive/r357508/

Log:
  Fix configure when cppunit is not installed

Modified:
  head/textproc/libe-book00/Makefile

Modified: head/textproc/libe-book00/Makefile
==============================================================================
--- head/textproc/libe-book00/Makefile	Wed Jun 11 16:42:14 2014	(r357507)
+++ head/textproc/libe-book00/Makefile	Wed Jun 11 16:43:17 2014	(r357508)
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
 INSTALL_TARGET=	install-strip
-CONFIGURE_ARGS=	--disable-werror --without-docs
+CONFIGURE_ARGS=	--disable-werror --without-docs --disable-tests
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 post-install:



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