View | Details | Raw Unified | Return to bug 43727
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-10 Link Here
8
PORTNAME=	lame
8
PORTNAME=	lame
9
PORTVERSION=	3.91
9
PORTVERSION=	3.92
10
CATEGORIES=	audio
10
CATEGORIES=	audio
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (lame-3.91.tar.gz) = c09562caa789c946403f6f9661592ee5
1
MD5 (lame-3.92.tar.gz) = 4e1b83a7b08636d2ef43711e4c74d3a9
(-)files/patch-configure (-13 / +25 lines)
Lines 1-16 Link Here
1
diff -ruN lame-3.91.orig/configure lame-3.91/configure
1
--- configure	Mon Apr 15 12:54:58 2002
2
--- configure.orig	Wed Dec 26 02:59:42 2001
2
+++ configure	Sat Oct  5 17:59:12 2002
3
+++ configure	Thu Aug 15 23:54:44 2002
3
@@ -5531,24 +5531,3 @@
4
@@ -5521,12 +5521,6 @@
4
 	# from the gcc man pages:  "there is no reason to use -pedantic"
5
 
6
 
7
 if test "x$GCC" = "xyes"; then
8
-	# gcc defaults. OS specific options go in versious sections below
9
-        # from the gcc man pages:  "there is no reason to use -pedantic"
10
-	CFLAGS="-Wall -pipe ${CFLAGS}"
5
-	CFLAGS="-Wall -pipe ${CFLAGS}"
11
-
6
-
7
-	case "${GCC_version}" in
8
-	2.96*)
9
-        	# for buggy version of gcc shipped with RH7.1, back of on some
10
-        	# optimizations
11
-        	OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \
12
-			-funroll-loops"
13
-        	;;
14
-	3.*)
15
-		# -funroll-loops seems to produce buggy code with gcc 3.0.3
16
-		OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \
17
-			-funroll-loops -maccumulate-outgoing-args"
18
-		;;
19
-	*)
20
-		# default
21
-		OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math \
22
-			-funroll-loops"
23
-		;;
24
-	esac
12
-
25
-
13
-	OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math -funroll-loops"
26
-
14
 	case "${GCC_version}" in
27
+	CFLAGS="-Wall -pipe -ffast-math -fomit-frame-pointer ${CFLAGS}"
15
 	2.96*)
28
 
16
            # for buggy version of gcc shipped with RH7.1, back of on some
(-)files/patch-sloppy (-7 lines)
Lines 1-8 Link Here
1
--- frontend/rtp.h	Tue Dec 19 02:43:25 2000
2
+++ frontend/rtp.h	Fri Sep 27 18:26:42 2002
3
@@ -28,3 +28,3 @@
4
 
5
-#ifdef 0
6
+#if 0
7
 int rtp_send (
8
--- frontend/mp3rtp.c	Fri Jun  8 17:29:34 2001
1
--- frontend/mp3rtp.c	Fri Jun  8 17:29:34 2001

Return to bug 43727