summarylogtreecommitdiffstats
path: root/disable-doc-full-path-names.patch
diff options
context:
space:
mode:
authorAndrew Sun2019-01-22 15:29:47 -0500
committerAndrew Sun2019-01-22 15:29:47 -0500
commit54280bfa2996512ea0bb959783ecd395a5102029 (patch)
tree74c47e84c9ddf4676c548546ff8a9179f5b37bd9 /disable-doc-full-path-names.patch
parentc494f7da0ea6fe77b7fdf5e0b741b311c8e320df (diff)
downloadaur-54280bfa2996512ea0bb959783ecd395a5102029.tar.gz
liberasurecode: update to 1.6.0
Diffstat (limited to 'disable-doc-full-path-names.patch')
-rw-r--r--disable-doc-full-path-names.patch22
1 files changed, 5 insertions, 17 deletions
diff --git a/disable-doc-full-path-names.patch b/disable-doc-full-path-names.patch
index ae3c7d6ebcd9..e93899c0bdea 100644
--- a/disable-doc-full-path-names.patch
+++ b/disable-doc-full-path-names.patch
@@ -1,24 +1,12 @@
-Description: Remove full path names from the documentation directory
- On Arch Linux makepkg complains with:
- WARNING: Package contains reference to $srcdir
- meaning that the doxygen generated HTML files contain references to the source
- directory of the build system. I.e. the documentation contains the absolute
- path of the form:
- /<path-to-package-build-system>/liberasurecode/src ...
- which may not be the original intention. Therefore, the patch disables in the
- doxygen configuration file the FULL_PATH_NAMES option to remove the parent
- directories from the source directory upwards.
-Author: Julian Sanin <sanin89julian@gmail.com>
-Last-Update: 2016-07-10
-
---- a/doc/doxygen.cfg.in
-+++ b/doc/doxygen.cfg.in
+diff -Naur liberasurecode-1.6.0.orig/doc/doxygen.cfg.in liberasurecode-1.6.0/doc/doxygen.cfg.in
+--- liberasurecode-1.6.0.orig/doc/doxygen.cfg.in 2019-01-22 15:21:05.201089059 -0500
++++ liberasurecode-1.6.0/doc/doxygen.cfg.in 2019-01-22 15:21:41.881011385 -0500
@@ -140,7 +140,7 @@
# shortest path that makes the file name unique will be used
# The default value is: YES.
-
+
-FULL_PATH_NAMES = YES
+FULL_PATH_NAMES = NO
-
+
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand