diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:59:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:59:59 +0000 |
commit | 0461c601575b69c90ff9011c8c5a9a76dbba59fd (patch) | |
tree | 4c81f0f42265c032222786aab3e49f9f8d813d2f /debian/patches/fix_doxygen.patch | |
parent | Merging upstream version 1.7.5. (diff) | |
download | apr-debian.tar.xz apr-debian.zip |
Adding debian version 1.7.5-1.debian/1.7.5-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/fix_doxygen.patch')
-rw-r--r-- | debian/patches/fix_doxygen.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/fix_doxygen.patch b/debian/patches/fix_doxygen.patch index cba7489..35606a9 100644 --- a/debian/patches/fix_doxygen.patch +++ b/debian/patches/fix_doxygen.patch @@ -18,7 +18,7 @@ Subject: Fix generation of docs for out-of-tree builds and newer doxygen version FILE_PATTERNS=*.h --- apr.orig/include/apr.h.in +++ apr/include/apr.h.in -@@ -464,11 +464,11 @@ typedef apr_uint32_t apr_uin +@@ -473,11 +473,11 @@ typedef apr_uint32_t apr_uin /** * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC, * so that they follow the platform's calling convention. @@ -34,7 +34,7 @@ Subject: Fix generation of docs for out-of-tree builds and newer doxygen version */ #define APR_THREAD_FUNC @apr_thread_func@ -@@ -502,11 +502,11 @@ typedef apr_uint32_t apr_uin +@@ -511,11 +511,11 @@ typedef apr_uint32_t apr_uin * APR_DECLARE_NONSTD(), as they must follow the C language calling convention. * @see APR_DECLARE @see APR_DECLARE_DATA * @remark Both the declaration and implementations must use the same macro. @@ -50,7 +50,7 @@ Subject: Fix generation of docs for out-of-tree builds and newer doxygen version */ #define APR_DECLARE_NONSTD(type) type -@@ -517,12 +517,12 @@ typedef apr_uint32_t apr_uin +@@ -526,12 +526,12 @@ typedef apr_uint32_t apr_uin * @remark Note that the declaration and implementations use different forms, * but both must include the macro. * |