ports/devel/liberasurecode/files/patch-doc_Makefile.am
Robert Clausecker 6dab2add28 devel/liberasurecode: exorcise -Werror more thoroughly
Looks like upstream put a few more in after I took out all of
them in the previous commit.  This fixes the build with LLVM 15,
which takes offence in declaring parameterless function as foo()
instead of foo(void).

Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38524
2023-02-14 21:23:42 +01:00

11 lines
266 B
Text

--- doc/Makefile.am.orig 2022-04-08 23:59:40 UTC
+++ doc/Makefile.am
@@ -1,6 +1,6 @@
DOC_MODULE=@PACKAGE@
-HTML_DIR=$(datadir)/$(DOC_MODULE)/html
-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
+HTML_DIR=$(docdir)/html
+TARGET_DIR=$(HTML_DIR)
all-local: html/index.html