diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
commit | e4723f73a36c320868e28405c7665178a04f917f (patch) | |
tree | 89d8a20271e1978b174fceff486d7bcdea84d634 /audio/lame/files | |
parent | 6f854d9456e1618c32b9a27e6ff3a19a0d1dc73b (diff) | |
download | ports-e4723f73a36c320868e28405c7665178a04f917f.tar.gz ports-e4723f73a36c320868e28405c7665178a04f917f.zip |
Update to 3.93.
Notes
Notes:
svn path=/head/; revision=70304
Diffstat (limited to 'audio/lame/files')
-rw-r--r-- | audio/lame/files/patch-configure | 37 | ||||
-rw-r--r-- | audio/lame/files/patch-maxpath | 8 | ||||
-rw-r--r-- | audio/lame/files/patch-sloppy | 16 |
3 files changed, 0 insertions, 61 deletions
diff --git a/audio/lame/files/patch-configure b/audio/lame/files/patch-configure deleted file mode 100644 index a3ec2419a2fc..000000000000 --- a/audio/lame/files/patch-configure +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.orig Mon Apr 15 18:54:58 2002 -+++ configure Sat Aug 31 14:21:47 2002 -@@ -2733,7 +2733,7 @@ - if test "${GCC}" = "yes"; then - echo $ac_n "checking version of GCC""... $ac_c" 1>&6 - echo "configure:2736: checking version of GCC" >&5 -- GCC_version=`${CC} --version` -+ GCC_version=`${CC} --version | sed -n '1s/^[^ ]* (.*) //;s/ .*$//;1p'` - echo "$ac_t""${GCC_version}" 1>&6 - fi - -@@ -5541,7 +5541,7 @@ - 3.*) - # -funroll-loops seems to produce buggy code with gcc 3.0.3 - OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ -- -funroll-loops -maccumulate-outgoing-args" -+ -funroll-loops" - ;; - *) - # default -@@ -5555,11 +5555,15 @@ - OPTIMIZATION_NORM="-fschedule-insns2" - - OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \ -- -fsched-interblock -fbranch-count-reg -fforce-addr \ -+ -fbranch-count-reg -fforce-addr \ - -fforce-mem" - - case "${CONFIG_EXPOPT}" in - no) -+ # if someone supplies own CFLAGS, we don't add our own -+ if [ "X${ac_save_CFLAGS}" != "X" ]; then -+ OPTIMIZATION="" -+ fi - ;; - norm|yes) - OPTIMIZATION="${OPTIMIZATION} ${OPTIMIZATION_NORM}" diff --git a/audio/lame/files/patch-maxpath b/audio/lame/files/patch-maxpath deleted file mode 100644 index 2a1be234cc32..000000000000 --- a/audio/lame/files/patch-maxpath +++ /dev/null @@ -1,8 +0,0 @@ ---- frontend/main.h Mon Oct 29 17:00:15 2001 -+++ frontend/main.h Fri Sep 27 18:15:33 2002 -@@ -25,3 +25,3 @@ - --#define MAX_NAME_SIZE 1000 -+#include <sys/param.h> -+#define MAX_NAME_SIZE MAXPATHLEN -- diff --git a/audio/lame/files/patch-sloppy b/audio/lame/files/patch-sloppy deleted file mode 100644 index 7dbf16194933..000000000000 --- a/audio/lame/files/patch-sloppy +++ /dev/null @@ -1,16 +0,0 @@ ---- frontend/mp3rtp.c Fri Jun 8 17:29:34 2001 -+++ frontend/mp3rtp.c Fri Sep 27 18:29:04 2002 -@@ -48,6 +48,4 @@ - #endif - --#define MAX_NAME_SIZE 2048 /* current value of Linux */ -- - /* - * Encode (via LAME) to mp3 with RTP streaming of the output. -@@ -89,5 +87,5 @@ - - --unsigned maxvalue ( short int Buffer [2] [1152] ) -+unsigned maxvalue ( int Buffer [2] [1152] ) - { - int max = 0; |