diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-17 20:19:16 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-17 20:19:16 +0800 |
commit | a04bd2f5df01c80228478e21c94cfdbe16697c7f (patch) | |
tree | 89fb47bc94941e1bb7cdafb8b1aaaca8601447c5 /audio | |
parent | dfedae1a59dccc2b905948a8dd891d54866a1956 (diff) | |
download | freebsd-ports-gnome-a04bd2f5df01c80228478e21c94cfdbe16697c7f.tar.gz freebsd-ports-gnome-a04bd2f5df01c80228478e21c94cfdbe16697c7f.tar.zst freebsd-ports-gnome-a04bd2f5df01c80228478e21c94cfdbe16697c7f.zip |
Fix build with gcc41
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/icecast/files/patch-configure b/audio/icecast/files/patch-configure index 99b42e7b4e83..973e8effdc73 100644 --- a/audio/icecast/files/patch-configure +++ b/audio/icecast/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Apr 10 18:50:20 2002 -+++ configure Tue Aug 6 05:36:56 2002 +--- configure.orig Thu Apr 11 00:50:20 2002 ++++ configure Sun Dec 17 13:14:47 2006 @@ -2113,7 +2113,7 @@ fi fi @@ -18,3 +18,12 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -3473,7 +3473,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + echo "$ac_t""nah" 1>&6 +- HAVE_SOCKLEN_T=no ++ HAVE_SOCKLEN_T=yes + fi + rm -f conftest* + |