pkgsrc-WIP-changes archive

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

(cross/retro68) Add patches/patch-PEFTools_CMakeLists.txt for 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:47:45 2024 +0900
Changeset:	7dabbc5543848decabd196d4c9191f04c468c805

Modified Files:
	retro68/distinfo
Added Files:
	retro68/patches/patch-PEFTools_CMakeLists.txt

Log Message:
(cross/retro68) Add patches/patch-PEFTools_CMakeLists.txt for ansi.h

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

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

diffstat:
 retro68/distinfo                              |  1 +
 retro68/patches/patch-PEFTools_CMakeLists.txt | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diffs:
diff --git a/retro68/distinfo b/retro68/distinfo
index 0fa4a3cadc..b5f5ac6ce7 100644
--- a/retro68/distinfo
+++ b/retro68/distinfo
@@ -4,6 +4,7 @@ BLAKE2s (Retro68-2019.8.2.tar.gz) = 1d81caea9babe5882b9bf1549cc84c0c9ada3b2bccf2
 SHA512 (Retro68-2019.8.2.tar.gz) = 1d70e6248f915d6947ea95ea7f47d903b94115f582612ecfe4392692f26c855c77b0980088388f4ea2d3d2f11e943b4a568037611aa489b9556ae04751e71ccf
 Size (Retro68-2019.8.2.tar.gz) = 175241148 bytes
 SHA1 (patch-LaunchAPPL_Client_MiniVMac.cc) = fa1425a368d204d0fbd172f92c457c2a7526c0be
+SHA1 (patch-PEFTools_CMakeLists.txt) = 38a30fff70258812f535815e59b962c21d9cd81b
 SHA1 (patch-PEFTools_MakePEF.cc) = f3f4e71db8d73f98c5e32e6ed1abd09b9535b56f
 SHA1 (patch-ResourceFiles_ResourceFile.cc) = ea73eedfddb408169eb82beef7af132ee99096ef
 SHA1 (patch-gcc_newlib_libc_include___ansi.h) = 8943735eb0a8a9f5143c29b58b45d4bf4a523b21
diff --git a/retro68/patches/patch-PEFTools_CMakeLists.txt b/retro68/patches/patch-PEFTools_CMakeLists.txt
new file mode 100644
index 0000000000..59b0743c79
--- /dev/null
+++ b/retro68/patches/patch-PEFTools_CMakeLists.txt
@@ -0,0 +1,18 @@
+$NetBSD$
+
+In file included from /tmp/wip/retro68/work/Retro68-2019.8.2/PEFTools/../gcc/newlib/libc/include/alloca.h:11,
+                 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/sys/reent.h:13:10: fatal error: _ansi.h: No such file or directory
+   13 | #include <_ansi.h>
+      |          ^~~~~~~~~
+
+--- PEFTools/CMakeLists.txt.orig	2019-08-24 19:56:10.000000000 +0900
++++ PEFTools/CMakeLists.txt	2024-01-31 07:41:43.190879598 +0900
+@@ -2,6 +2,7 @@ find_package(Boost COMPONENTS filesystem
+ 
+ add_executable(MakePEF MakePEF.cc rs6000.h PEF.h)
+ target_include_directories(MakePEF PRIVATE ${CMAKE_INSTALL_PREFIX}/include)
++target_include_directories(MakePEF PRIVATE "../gcc/newlib/libc/include")
+ 
+ add_executable(MakeImport MakeImport.cc PEF.h)
+ target_link_libraries(MakeImport ResourceFiles ${Boost_LIBRARIES})


Home | Main Index | Thread Index | Old Index