1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/lame/files/patch-ab
Chris Piazza e123b917e9 - 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
1999-11-21 01:08:44 +00:00

12 lines
291 B
Plaintext

--- 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__)
#include <floatingpoint.h>
{
/* seet floating point mask to the Linux default */