homebrew-simaek/patches/cdrtools/01-configure.patch

14 lines
446 B
Diff
Raw Normal View History

2024-06-09 15:01:54 +00:00
diff --git a/autoconf/configure b/autoconf/configure
index c2a0955..cae5cd1 100755
--- a/autoconf/configure
+++ b/autoconf/configure
@@ -1275,7 +1275,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2024-06-09 14:28:46 +00:00
else
cat > conftest.c <<EOF
#ifdef __GNUC__
- yes;
+ int yes;
#endif
EOF
if { ac_try='${CC-cc} -E conftest.c'; { eval echo configure:1282: \"$ac_try\" 1>&5; eval $ac_try 2>&5; }; } | egrep yes >/dev/null 2>&1; then