diff options
author | alfred <alfred@FreeBSD.org> | 2001-09-28 05:16:19 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-09-28 05:16:19 +0000 |
commit | aff6c6dd09de13052e215f678de787368c039f10 (patch) | |
tree | b0fad7a11ab35e0b68bd45a252efaab36f8e8350 /audio/rioutil | |
parent | d674a782e768c311095c15a7d81d770ae2d57289 (diff) | |
download | FreeBSD-ports-aff6c6dd09de13052e215f678de787368c039f10.zip FreeBSD-ports-aff6c6dd09de13052e215f678de787368c039f10.tar.gz |
add forgotten patchfiles
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/files/patch-aa | 38 | ||||
-rw-r--r-- | audio/rioutil/files/patch-ab | 8 |
2 files changed, 46 insertions, 0 deletions
diff --git a/audio/rioutil/files/patch-aa b/audio/rioutil/files/patch-aa new file mode 100644 index 0000000..95657d8 --- /dev/null +++ b/audio/rioutil/files/patch-aa @@ -0,0 +1,38 @@ +--- 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 @@ + 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" + #include "confdefs.h" +@@ -1854,7 +1854,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lgnugetopt $LIBS" ++ LIBS="-L${prefix}/lib -lgnugetopt $LIBS" + + 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" diff --git a/audio/rioutil/files/patch-ab b/audio/rioutil/files/patch-ab new file mode 100644 index 0000000..2f916df --- /dev/null +++ b/audio/rioutil/files/patch-ab @@ -0,0 +1,8 @@ +--- include/rio.h.orig Wed Aug 29 13:59:41 2001 ++++ include/rio.h Wed Aug 29 13:59:55 2001 +@@ -318,4 +318,5 @@ + /* startup graphic seems to be changeable. this function will change it whenever it is figured out */ + u_int32_t set_gid_rio (rio_instance_t *rio, char *file_name); + ++#define ID3_4ARGS 1 + #endif /* _RIO_H */ |