comparison network/uriparser/uriparser.sh @ 819:6633bc51db0e

graphics/graphviz: fix build
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 20:40:00 +0200
parents 9a09b85f5ac0
children a133976e0783
comparison
equal deleted inserted replaced
818:da72cf02710b 819:6633bc51db0e
26 26
27 : ${CC:=clang} 27 : ${CC:=clang}
28 : ${CFLAGS:=-O2} 28 : ${CFLAGS:=-O2}
29 : ${CXX:=clang++} 29 : ${CXX:=clang++}
30 : ${CXXFLAGS:=-O2} 30 : ${CXXFLAGS:=-O2}
31 : ${DOXYGEN:=no} # TODO: set to yes once graphviz builds 31 : ${DOXYGEN:=yes}
32 32
33 if [ "$DOXYGEN" = "yes" ]; then 33 if [ "$DOXYGEN" = "yes" ]; then
34 PKGDEPENDS="doxygen:build $PKGDEPENDS" 34 PKGDEPENDS="doxygen:build $PKGDEPENDS"
35 with_doxygen="-DURIPARSER_BUILD_DOCS=On" 35 with_doxygen="-DURIPARSER_BUILD_DOCS=On"
36 else 36 else