pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gcc12: Use distribution patches for libgcc/config.host
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Fri Jan 3 14:43:57 2025 -0700
Changeset: 040ee33bce8c617ff48faea06f677c6ba9e50cf2
Modified Files:
gcc12/Makefile.common
Log Message:
gcc12: Use distribution patches for libgcc/config.host
There are three conflicting patches for libgcc/config.host: (i) the
lang/gcc12 version which is applied for most platforms, (ii) one from
homebrew which is applied for Darwin/aarch64 (but should work for all
Darwin up to v23), and (iii) one intended to fix Darwin v24. This
commit applies these patches conditionally using distribution
patchsets so that they can be tested.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=040ee33bce8c617ff48faea06f677c6ba9e50cf2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gcc12/Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/gcc12/Makefile.common b/gcc12/Makefile.common
index 9c6bddab11..a61d730240 100644
--- a/gcc12/Makefile.common
+++ b/gcc12/Makefile.common
@@ -71,7 +71,7 @@ PATCH_DIST_STRIP= -p1
PATCHFILES= gcc-12.4.0-Darwin-x86_64.diff
PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles
.else # use a distribution patchset to avoid conflicts with above
-PATCHFILES= gcc-12.4.0-gcc-12.4.0-patch-libgcc_config.host
+PATCHFILES= gcc-12.4.0-patch-libgcc_config.host
PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles
.endif
Home |
Main Index |
Thread Index |
Old Index