aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2024-04-06 11:06:34 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2024-04-06 19:14:53 +0000
commitbb6928908814d92b30ae2192f4abd6b24a89bdee (patch)
tree7d7ae7604815decacdfce32180dd17c69b0164a6
parent7ac3ed0c18565ac4abc0fd59f392df05c1784261 (diff)
downloadports-bb6928908814d92b30ae2192f4abd6b24a89bdee.tar.gz
ports-bb6928908814d92b30ae2192f4abd6b24a89bdee.zip
lang/gcc14-devel: Remove obsolete patch file
Patch has been upstreamed in upstream commit 9970b576b7e4ae337af1268395ff221348c4b34a.
-rw-r--r--lang/gcc14-devel/files/patch-gcc_system.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/gcc14-devel/files/patch-gcc_system.h b/lang/gcc14-devel/files/patch-gcc_system.h
deleted file mode 100644
index f7696f4625cb..000000000000
--- a/lang/gcc14-devel/files/patch-gcc_system.h
+++ /dev/null
@@ -1,42 +0,0 @@
---- gcc/system.h.orig 2023-09-17 22:32:37 UTC
-+++ gcc/system.h
-@@ -203,19 +203,6 @@ extern int fprintf_unlocked (FILE *, const char *, ...
- #endif
- #endif
-
--/* There are an extraordinary number of issues with <ctype.h>.
-- The last straw is that it varies with the locale. Use libiberty's
-- replacement instead. */
--#include "safe-ctype.h"
--
--#include <sys/types.h>
--
--#include <errno.h>
--
--#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
--extern int errno;
--#endif
--
- #ifdef __cplusplus
- #if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY)
- # include <algorithm>
-@@ -243,6 +230,19 @@ extern int errno;
- # include <new>
- # include <utility>
- # include <type_traits>
-+#endif
-+
-+/* There are an extraordinary number of issues with <ctype.h>.
-+ The last straw is that it varies with the locale. Use libiberty's
-+ replacement instead. */
-+#include "safe-ctype.h"
-+
-+#include <sys/types.h>
-+
-+#include <errno.h>
-+
-+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
-+extern int errno;
- #endif
-
- /* Some of glibc's string inlines cause warnings. Plus we'd rather