1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/audio/lame/files/patch-ab
1999-09-20 01:29:53 +00:00

12 lines
264 B
Plaintext

--- 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;
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) && !defined(__alpha__)
{
fp_except_t mask;
mask=fpgetmask();