summarylogtreecommitdiffstats
path: root/include_stddef_for_offsetof.patch
diff options
context:
space:
mode:
Diffstat (limited to 'include_stddef_for_offsetof.patch')
-rw-r--r--include_stddef_for_offsetof.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/include_stddef_for_offsetof.patch b/include_stddef_for_offsetof.patch
deleted file mode 100644
index dd9bf26b71b9..000000000000
--- a/include_stddef_for_offsetof.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur ./pygame-1.9.6.orig/src_c/_pygame.h ./pygame-1.9.6/src_c/_pygame.h
---- ./pygame-1.9.6.orig/src_c/_pygame.h 2022-05-31 11:42:28.700875496 -0400
-+++ ./pygame-1.9.6/src_c/_pygame.h 2022-05-31 11:46:25.328375067 -0400
-@@ -73,6 +73,8 @@
- #endif
- #endif
-
-+#include <stddef.h>
-+
- #define PG_STRINGIZE_HELPER(x) #x
- #define PG_STRINGIZE(x) PG_STRINGIZE_HELPER(x)
- #define PG_WARN(desc) message(__FILE__ "(" PG_STRINGIZE(__LINE__) "): WARNING: " #desc)