pkgsrc-WIP-changes archive

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

(cross/retro68) rm patches/patch-gcc_newlib_libc_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 08:04:32 2024 +0900
Changeset:	760ac1dc5537d6caeca215aa7ba52cd268f81a70

Modified Files:
	retro68/distinfo
Removed Files:
	retro68/patches/patch-gcc_newlib_libc_include___ansi.h

Log Message:
(cross/retro68) rm patches/patch-gcc_newlib_libc_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=760ac1dc5537d6caeca215aa7ba52cd268f81a70

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___ansi.h | 22 ----------------------
 2 files changed, 23 deletions(-)

diffs:
diff --git a/retro68/distinfo b/retro68/distinfo
index 9042c80eb6..ed2e022623 100644
--- a/retro68/distinfo
+++ b/retro68/distinfo
@@ -6,7 +6,6 @@ Size (Retro68-2019.8.2.tar.gz) = 175241148 bytes
 SHA1 (patch-LaunchAPPL_Client_MiniVMac.cc) = fa1425a368d204d0fbd172f92c457c2a7526c0be
 SHA1 (patch-PEFTools_CMakeLists.txt) = 38a30fff70258812f535815e59b962c21d9cd81b
 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
diff --git a/retro68/patches/patch-gcc_newlib_libc_include___ansi.h b/retro68/patches/patch-gcc_newlib_libc_include___ansi.h
deleted file mode 100644
index 1134bcc7fc..0000000000
--- a/retro68/patches/patch-gcc_newlib_libc_include___ansi.h
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-[ 84%] Building CXX object LaunchAPPL/Client/CMakeFiles/LaunchAPPL.dir/LaunchMethod.cc.o
-In file included from /tmp/wip/Retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:10,
-                 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/_ansi.h:10:10: fatal error: newlib.h: No such file or directory
-   10 | #include <newlib.h>
-      |          ^~~~~~~~~~
-
---- PEFTools/../gcc/newlib/libc/include/_ansi.h.orig	2019-08-24 19:56:10.000000000 +0900
-+++ PEFTools/../gcc/newlib/libc/include/_ansi.h	2024-01-30 22:41:53.763229405 +0900
-@@ -7,8 +7,8 @@
- #ifndef	_ANSIDECL_H_
- #define	_ANSIDECL_H_
- 
--#include <newlib.h>
--#include <sys/config.h>
-+#include "newlib.h"
-+#include "sys/config.h"
- 
- /*  ISO C++.  */
- 


Home | Main Index | Thread Index | Old Index