summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/kyotocabinet/files/kyotocabinet-1.2.79-configure-clang16.patch')
-rw-r--r--dev-db/kyotocabinet/files/kyotocabinet-1.2.79-configure-clang16.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/kyotocabinet/files/kyotocabinet-1.2.79-configure-clang16.patch b/dev-db/kyotocabinet/files/kyotocabinet-1.2.79-configure-clang16.patch
deleted file mode 100644
index f066cd59bb3e..000000000000
--- a/dev-db/kyotocabinet/files/kyotocabinet-1.2.79-configure-clang16.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/879653
---- a/configure.in
-+++ b/configure.in
-@@ -194,7 +194,7 @@ test -n "$LDFLAGS" && MYLDFLAGS="$LDFLAGS $MYLDFLAGS"
- AC_C_BIGENDIAN(MYCPPFLAGS="$MYCPPFLAGS -D_MYBIGEND")
-
- printf 'checking for useless warnings... '
--if printf 'main() {}' | $CC -xc \
-+if printf 'int main(void) {}' | $CC -xc \
- -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -o config.tmp - >config.tmp 2>&1
- then
- MYCFLAGS="$MYCFLAGS -Wno-unused-but-set-variable -Wno-unused-but-set-parameter"