summaryrefslogtreecommitdiff
path: root/audio/rioutil
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-09-28 05:16:19 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-09-28 05:16:19 +0000
commit19f48c151b84e285998fb64e34766d3244b17989 (patch)
treead5730b51e08ffb8f983041a80882c4d92867403 /audio/rioutil
parentRioutil 1.0.0 port. (diff)
add forgotten patchfiles
Notes
Notes: svn path=/head/; revision=48236
Diffstat (limited to 'audio/rioutil')
-rw-r--r--audio/rioutil/files/patch-aa38
-rw-r--r--audio/rioutil/files/patch-ab8
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 000000000000..95657d8c0988
--- /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 000000000000..2f916df14670
--- /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 */