diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-29 20:44:49 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-29 20:44:49 +0000 |
commit | a5f53f5127faf101a815a84b87c34c8043665947 (patch) | |
tree | 56ff3e530ea79103b952b9eefb369c8b31041c32 /audio/lame/files | |
parent | e97ca0b9792f973d5d63b4c182496a73bb370f2e (diff) | |
download | ports-a5f53f5127faf101a815a84b87c34c8043665947.tar.gz ports-a5f53f5127faf101a815a84b87c34c8043665947.zip |
Update to lame 3.70
PR: 18119
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=28077
Diffstat (limited to 'audio/lame/files')
-rw-r--r-- | audio/lame/files/patch-aa | 10 | ||||
-rw-r--r-- | audio/lame/files/patch-ab | 16 |
2 files changed, 13 insertions, 13 deletions
diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa index 779df763a85d..e13ac22e4320 100644 --- a/audio/lame/files/patch-aa +++ b/audio/lame/files/patch-aa @@ -1,15 +1,15 @@ ---- Makefile.orig Fri Nov 12 01:28:34 1999 -+++ Makefile Fri Nov 12 01:39:22 1999 +--- Makefile.orig Thu Apr 20 01:50:18 2000 ++++ Makefile Thu Apr 20 01:50:39 2000 @@ -12,7 +12,7 @@ # defaults: PGM = lame CC = gcc --CC_OPTS = -O +-CC_OPTS = -O +CC_OPTS = ${CFLAGS} GTK = GTKLIBS = - SNDLIB = -@@ -106,8 +106,10 @@ + SNDLIB = -DLAMESNDFILE +@@ -136,8 +136,10 @@ ########################################################################## ifeq ($(UNAME),FreeBSD) # remove if you do not have GTK or do not want the GTK frame analyzer diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab index fb990c627bd9..f176e88302ad 100644 --- a/audio/lame/files/patch-ab +++ b/audio/lame/files/patch-ab @@ -1,11 +1,11 @@ ---- lame.c.orig Fri Nov 12 01:44:46 1999 -+++ lame.c Fri Nov 12 01:44:35 1999 -@@ -1288,7 +1288,7 @@ - void lame_init(int nowrite) - { - +--- lame.c.orig Thu Apr 20 01:48:22 2000 ++++ lame.c Thu Apr 20 01:49:04 2000 +@@ -1196,7 +1196,7 @@ + /* + * Disable floating point exepctions + */ -#ifdef __FreeBSD__ -+#if defined (__FreeBSD__) && !defined(__alpha__) - #include <floatingpoint.h> ++#ifdef __FreeBSD__ && !defined(__alpha__) + # include <floatingpoint.h> { /* seet floating point mask to the Linux default */ |