diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 21:03:14 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 21:09:13 +0100 |
| commit | bbb78cceefee98a2894b867ccf02860cd403b9b7 (patch) | |
| tree | 96b0c93f1758a91a773e627c7910aee58250d3b0 /dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch | |
| parent | 9c0b3696bb9e31e6ccc2fd53bb9e5807dff778d3 (diff) | |
| download | gentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.tar.gz gentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.tar.bz2 gentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.zip | |
dev-db/firebird: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch')
| -rw-r--r-- | dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch b/dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch deleted file mode 100644 index 06d6907369ca..000000000000 --- a/dev-db/firebird/files/firebird-3.0.10.33601.0-configure-clang16.patch +++ /dev/null @@ -1,48 +0,0 @@ -https://github.com/FirebirdSQL/firebird/pull/7407 - -From a39cde31c4c78866c8f8ee0285fc4bcb81496d81 Mon Sep 17 00:00:00 2001 -From: Florian Weimer <fweimer@redhat.com> -Date: Thu, 1 Dec 2022 18:26:06 +0100 -Subject: [PATCH] configure.ac: Add missing int return types to main - -Implicit ints are a language feature that was removed in C99 and -future compilers may require declaration of all return types. ---- a/configure.ac -+++ b/configure.ac -@@ -1118,7 +1118,7 @@ AC_CHECK_FUNCS(sem_init) - if test "$ac_cv_func_sem_init" = "yes"; then - AC_MSG_CHECKING(for working sem_init()) - AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <semaphore.h> -- main () { -+ int main () { - sem_t s; - return sem_init(&s,0,0); - } -@@ -1159,7 +1159,7 @@ AC_SYS_LARGEFILE - if test "$ac_cv_sys_file_offset_bits" = "no"; then - AC_MSG_CHECKING(for native large file support) - AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <unistd.h> -- main () { -+ int main () { - return !(sizeof(off_t) == 8); - }]])],[ac_cv_sys_file_offset_bits=64; AC_DEFINE(_FILE_OFFSET_BITS,64) - AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)],[]) -@@ -1206,7 +1206,7 @@ dnl EKU: try to determine the alignment of long and double - dnl replaces FB_ALIGNMENT and FB_DOUBLE_ALIGN in src/jrd/common.h - AC_MSG_CHECKING(alignment of long) - AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <semaphore.h> --main () { -+int main () { - struct s { - char a; - union { long long x; sem_t y; } b; -@@ -1217,7 +1217,7 @@ AC_MSG_RESULT($ac_cv_c_alignment) - AC_DEFINE_UNQUOTED(FB_ALIGNMENT, $ac_cv_c_alignment, [Alignment of long]) - - AC_MSG_CHECKING(alignment of double) --AC_RUN_IFELSE([AC_LANG_SOURCE([[main () { -+AC_RUN_IFELSE([AC_LANG_SOURCE([[int main () { - struct s { - char a; - double b; - |
