diff options
Diffstat (limited to 'audio/rioutil/files/patch-aa')
-rw-r--r-- | audio/rioutil/files/patch-aa | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/audio/rioutil/files/patch-aa b/audio/rioutil/files/patch-aa index 95657d8c0988..d4eb5985b4dc 100644 --- a/audio/rioutil/files/patch-aa +++ b/audio/rioutil/files/patch-aa @@ -1,24 +1,15 @@ ---- configure.orig Wed Aug 29 13:56:29 2001 -+++ configure Wed Aug 29 14:04:16 2001 -@@ -1785,7 +1785,7 @@ - #include "confdefs.h" - #include <$ac_hdr> - EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+ac_try="$ac_cpp -I${prefix}/include conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:1790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then -@@ -1820,7 +1820,7 @@ +--- configure.orig Fri Dec 14 08:34:33 2001 ++++ configure Sat Dec 15 01:42:47 2001 +@@ -1672,7 +1672,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lgnugetopt $LIBS" +LIBS="-L${prefix}/lib -lgnugetopt $LIBS" cat > conftest.$ac_ext <<EOF - #line 1826 "configure" + #line 1678 "configure" #include "confdefs.h" -@@ -1854,7 +1854,7 @@ +@@ -1706,7 +1706,7 @@ #define $ac_tr_lib 1 EOF @@ -27,12 +18,3 @@ else echo "$ac_t""no" 1>&6 -@@ -3350,7 +3350,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lid3 $LIBS" -+LIBS="-L${prefix}/lib -lid3 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3356 "configure" - #include "confdefs.h" |