From 79ece35101544d0f743ee079c081395e36585d3c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 16 Jul 2026 19:08:38 +0100 Subject: Remove perl revert-const-core-magic-vtables.patch It's from 11 years ago! It can't still be needed, and it doesn't apply. --- dev-lang/perl/revert-const-core-magic-vtables.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dev-lang/perl/revert-const-core-magic-vtables.patch diff --git a/dev-lang/perl/revert-const-core-magic-vtables.patch b/dev-lang/perl/revert-const-core-magic-vtables.patch deleted file mode 100644 index 7fbd9a2..0000000 --- a/dev-lang/perl/revert-const-core-magic-vtables.patch +++ /dev/null @@ -1,19 +0,0 @@ -reverted: ---- b/perl.h -+++ a/perl.h -@@ -5558,7 +5558,14 @@ - EXTCONST runops_proc_t PL_runops_dbg - INIT(Perl_runops_debug); - -+/* PERL_GLOBAL_STRUCT_PRIVATE wants to keep global data like the -+ * magic vtables const, but this is incompatible with SWIG which -+ * does want to modify the vtables. */ -+#ifdef PERL_GLOBAL_STRUCT_PRIVATE -+# define EXT_MGVTBL EXTCONST MGVTBL -+#else -+# define EXT_MGVTBL EXT MGVTBL -+#endif --#define EXT_MGVTBL EXTCONST MGVTBL - - #define PERL_MAGIC_READONLY_ACCEPTABLE 0x40 - #define PERL_MAGIC_VALUE_MAGIC 0x80 -- cgit v1.3