aboutsummaryrefslogtreecommitdiff
path: root/audio/lame/files/patch-ab
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-21 01:08:44 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-21 01:08:44 +0000
commite123b917e96a25d01f7630dee5bf0f213c8571a9 (patch)
treee6ee4c6a88bc3f7a1429d8e84e37cff8cca8f0c8 /audio/lame/files/patch-ab
parentd9dced221d85e23dacb090362ab2bba61fb8da68 (diff)
downloadports-e123b917e96a25d01f7630dee5bf0f213c8571a9.tar.gz
ports-e123b917e96a25d01f7630dee5bf0f213c8571a9.zip
- Update to 3.50
- Allow a flag NO_X11 which builds without using GTK PR: 14876 Submitted by: Aaron Smith <aaron@mutex.org> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=23229
Diffstat (limited to 'audio/lame/files/patch-ab')
-rw-r--r--audio/lame/files/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab
index c288040990fc..fb990c627bd9 100644
--- a/audio/lame/files/patch-ab
+++ b/audio/lame/files/patch-ab
@@ -1,11 +1,11 @@
---- musicin.c.orig Sat Sep 18 14:46:40 1999
-+++ musicin.c Sat Sep 18 14:47:01 1999
-@@ -1067,7 +1067,7 @@
- int model, stereo;
- layer info;
+--- 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)
+ {
-#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) && !defined(__alpha__)
++#if defined (__FreeBSD__) && !defined(__alpha__)
+ #include <floatingpoint.h>
{
- fp_except_t mask;
- mask=fpgetmask();
+ /* seet floating point mask to the Linux default */