mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
8c16d17bdc
swift-corelibs fails to build due to a missing header and an invalid pointer conversion. Patches are provided to fix both of these issues.
12 lines
316 B
Diff
12 lines
316 B
Diff
--- a/CoreFoundation/RunLoop.subproj/CFMessagePort.c 1969-12-31 19:00:01.000000000 -0500
|
|
+++ b/CoreFoundation/RunLoop.subproj/CFMessagePort.c 2023-06-09 20:25:28.599209755 -0400
|
|
@@ -28,6 +28,8 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include <bootstrap.h>
|
|
+
|
|
extern pid_t getpid(void);
|
|
|
|
#define __kCFMessagePortMaxNameLengthMax 255
|