1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

add forgotten patchfiles

This commit is contained in:
Alfred Perlstein 2001-09-28 05:16:19 +00:00
parent 40b0b94439
commit 19f48c151b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48236
2 changed files with 46 additions and 0 deletions

View File

@ -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"

View File

@ -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 */