diff options
Diffstat (limited to 'devel/systemc/files/patch-docs_Makefile.am')
-rw-r--r-- | devel/systemc/files/patch-docs_Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/systemc/files/patch-docs_Makefile.am b/devel/systemc/files/patch-docs_Makefile.am new file mode 100644 index 000000000000..b5dea737db95 --- /dev/null +++ b/devel/systemc/files/patch-docs_Makefile.am @@ -0,0 +1,15 @@ +# DEVELOPMENT.md is not shipped in tarball since 3.0.0, yet it is in +# doc/Makefile.am install targets, causing build error + +# https://github.com/accellera-official/systemc/issues/105 + +--- docs/Makefile.am.orig 2024-10-15 13:47:45 UTC ++++ docs/Makefile.am +@@ -39,7 +39,6 @@ DOC_FILES = \ + ## Core documentation (see also root directory) + + DOC_FILES = \ +- DEVELOPMENT.md \ + git_branches.svg + + ## |