svn commit: r357364 - head/textproc/libe-book
Antoine Brodin
antoine at FreeBSD.org
Tue Jun 10 18:57:01 UTC 2014
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= *
More information about the svn-ports-all
mailing list