Fix configure when cppunit is not installed
This commit is contained in:
parent
f68d64f4fa
commit
975fc8446c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357508
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue