mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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
11 lines
266 B
Text
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
|
|
|