Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 18:57:01 +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: r357364 - head/textproc/libe-book
Message-ID:  <201406101857.s5AIv1Wb058710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jun 10 18:57:01 2014
New Revision: 357364
URL: http://svnweb.freebsd.org/changeset/ports/357364
QAT: https://qat.redports.org/buildarchive/r357364/

Log:
  Allow building when cppunit is not installed

Modified:
  head/textproc/libe-book/Makefile

Modified: head/textproc/libe-book/Makefile
==============================================================================
--- head/textproc/libe-book/Makefile	Tue Jun 10 18:47:58 2014	(r357363)
+++ head/textproc/libe-book/Makefile	Tue Jun 10 18:57:01 2014	(r357364)
@@ -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
+CONFIGURE_ARGS=	--disable-werror --disable-tests
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 PORTDOCS=	*



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