pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(cross/retro68) now looking for #include <_ansi.h>



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Wed Jan 31 07:33:37 2024 +0900
Changeset:	b93ac06972e79a43499f23fa337a8c4d0a30753c

Modified Files:
	retro68/distinfo
Added Files:
	retro68/patches/patch-gcc_newlib_libc_include_alloca.h

Log Message:
(cross/retro68)  now looking for #include <_ansi.h>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b93ac06972e79a43499f23fa337a8c4d0a30753c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 retro68/distinfo                                      |  1 +
 .../patches/patch-gcc_newlib_libc_include_alloca.h    | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diffs:
diff --git a/retro68/distinfo b/retro68/distinfo
index d8f6aa2fab..0fa4a3cadc 100644
--- a/retro68/distinfo
+++ b/retro68/distinfo
@@ -7,6 +7,7 @@ SHA1 (patch-LaunchAPPL_Client_MiniVMac.cc) = fa1425a368d204d0fbd172f92c457c2a752
 SHA1 (patch-PEFTools_MakePEF.cc) = f3f4e71db8d73f98c5e32e6ed1abd09b9535b56f
 SHA1 (patch-ResourceFiles_ResourceFile.cc) = ea73eedfddb408169eb82beef7af132ee99096ef
 SHA1 (patch-gcc_newlib_libc_include___ansi.h) = 8943735eb0a8a9f5143c29b58b45d4bf4a523b21
+SHA1 (patch-gcc_newlib_libc_include_alloca.h) = f1697a380b247c4e1a9a305c3456c9fd59b879f9
 SHA1 (patch-gcc_newlib_libc_include_sys_config.h) = b3cee661db099935895c97768477d17d1ca4fdce
 SHA1 (patch-gcc_newlib_libc_include_sys_features.h) = f4784803a1acfcf7d0acf13ba41988a83a7fe7e1
 SHA1 (patch-libelf_src_config.h) = 1a5d86716b8aaf16daaa1e17612b691c0afa32cb
diff --git a/retro68/patches/patch-gcc_newlib_libc_include_alloca.h b/retro68/patches/patch-gcc_newlib_libc_include_alloca.h
new file mode 100644
index 0000000000..33bcaaeef3
--- /dev/null
+++ b/retro68/patches/patch-gcc_newlib_libc_include_alloca.h
@@ -0,0 +1,19 @@
+$NetBSD$ 
+
+In file included from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/MakePEF.cc:9:
+/tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:11:10: fatal error: sys/reent.h: No such file or directory
+   11 | #include <sys/reent.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+
+--- PEFTools/../gcc/newlib/libc/include/alloca.h.orig	2019-08-24 19:56:10.000000000 +0900
++++ PEFTools/../gcc/newlib/libc/include/alloca.h	2024-01-31 07:26:33.272095197 +0900
+@@ -8,7 +8,7 @@
+ #define _NEWLIB_ALLOCA_H
+ 
+ #include "_ansi.h"
+-#include <sys/reent.h>
++#include "sys/reent.h"
+ 
+ #undef alloca
+ 


Home | Main Index | Thread Index | Old Index