From db7c51f8f80176dd3fe2ef13237d6e2259cb1e73 Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Sun, 9 Jun 2024 23:37:28 +0800 Subject: [PATCH] fix: add cdrtools patch --- patches/cdrtools/01-configure.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/patches/cdrtools/01-configure.patch b/patches/cdrtools/01-configure.patch index 3b13c32..3e3014d 100644 --- a/patches/cdrtools/01-configure.patch +++ b/patches/cdrtools/01-configure.patch @@ -1,7 +1,16 @@ diff --git a/autoconf/configure b/autoconf/configure -index c2a0955..cae5cd1 100755 +index c2a0955..29f5e66 100755 --- a/autoconf/configure +++ b/autoconf/configure +@@ -1216,7 +1216,7 @@ cat > conftest.$ac_ext << EOF + #line 1217 "configure" + #include "confdefs.h" + +-main(){return(0);} ++int main(){return(0);} + EOF + if { eval echo configure:1222: \"$ac_link\" 1>&5; eval $ac_link 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes @@ -1275,7 +1275,7 @@ if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then else cat > conftest.c <