| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/comms/openzwave/files/ |
Upload File : |
# Allow DOXYGEN (DOCS) and DOT to be conditionally disabled # TODO: Upstream --- cpp/build/Makefile.orig 2019-03-27 04:09:23 UTC +++ cpp/build/Makefile @@ -204,7 +204,7 @@ $(top_builddir)/ozw_config: $(top_srcdir)/cpp/build/oz < "$<" > "$@" @chmod +x $(top_builddir)/ozw_config -ifeq ($(DOT),) +ifndef DOT HAVE_DOT = -e 's|[@]HAVE_DOT@|NO|g' else HAVE_DOT = -e 's|[@]HAVE_DOT@|YES|g' @@ -219,7 +219,7 @@ $(top_builddir)/Doxyfile: $(top_srcdir)/docs/Doxyfile. -e 's|[@]VERSION@|$(VERSION).$(VERSION_REV)|g' \ < "$<" > "$@" -ifeq ($(DOXYGEN),) +ifndef DOXYGEN doc: $(warning Documentation not being built) else