From 59caf9927bad667c3085de8d2e17f839fab6483b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 02:27:21 +0000 Subject: automatic import of libisofs --- libisofs-0.6.16-multilib.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libisofs-0.6.16-multilib.patch (limited to 'libisofs-0.6.16-multilib.patch') diff --git a/libisofs-0.6.16-multilib.patch b/libisofs-0.6.16-multilib.patch new file mode 100644 index 0000000..34dd51b --- /dev/null +++ b/libisofs-0.6.16-multilib.patch @@ -0,0 +1,23 @@ +Patch by Robert Scheck for libisofs >= 0.6.16, which solves the +multilib/multiarch problem by removing the timestamp within the footer from the doxygen +generated files. + +--- libisofs-0.6.16/doc/doxygen.conf.in 2008-11-25 11:00:11.000000000 +0100 ++++ libisofs-0.6.16/doc/doxygen.conf.in.multilib 2009-03-17 22:17:03.000000000 +0100 +@@ -694,7 +694,7 @@ + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = ++HTML_FOOTER = doc/footer_no_timestamp.html + + # The HTML_STYLESHEET tag can be used to specify a user-defined cascading + # style sheet that is used by each HTML page. It can be used to +--- libisofs-0.6.16/doc/footer_no_timestamp.html 1970-01-01 01:00:00.000000000 +0100 ++++ libisofs-0.6.16/doc/footer_no_timestamp.html.multilib 2009-03-17 22:18:47.000000000 +0100 +@@ -0,0 +1,5 @@ ++
Generated for $projectname by  ++ ++doxygen $doxygenversion
++ ++ -- cgit v1.2.3