1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/hfsutils/hotfix-gcc14.patch
3 # Copyright (C) 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- hfsutils-3.2.6/libhfs/configure.vanilla 2024-07-17 21:23:24.092569096 +0200
15 +++ hfsutils-3.2.6/libhfs/configure 2024-07-17 21:23:43.656567211 +0200
17 cat > conftest.$ac_ext <<EOF
21 +int main(){return(0);}
23 if { (eval echo configure:663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
24 ac_cv_prog_cc_works=yes
25 --- hfsutils-3.2.6/configure.vanilla 2024-07-17 21:20:52.827583671 +0200
26 +++ hfsutils-3.2.6/configure 2024-07-17 21:22:58.129571598 +0200
28 cat > conftest.$ac_ext <<EOF
32 +int main(){return(0);}
34 if { (eval echo configure:717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
35 ac_cv_prog_cc_works=yes
37 cat > conftest.$ac_ext <<EOF
38 #line 1292 "configure"
41 /* System header to define __stub macros and hopefully few prototypes,
42 which can conflict with char $ac_func(); below. */
44 --- hfsutils-3.2.6/hpwd.c.vanilla 2024-07-17 21:24:42.991561494 +0200
45 +++ hfsutils-3.2.6/hpwd.c 2024-07-17 21:24:52.378560589 +0200
54 --- hfsutils-3.2.6/librsrc/configure.vanilla 2024-07-17 21:27:12.274547110 +0200
55 +++ hfsutils-3.2.6/librsrc/configure 2024-07-17 21:27:18.689546492 +0200
57 cat > conftest.$ac_ext <<EOF
61 +int main(){return(0);}
63 if { (eval echo configure:663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
64 ac_cv_prog_cc_works=yes