From 20b9259c7d59d6b77c372ad275fdf3c9f03d1834 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 7 Jun 2000 16:06:47 +0000 Subject: [PATCH] Fix improper #ifdef. PR: 19024 Submitted by: Alexander Langer --- audio/lame/files/patch-ab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab index f176e88302ad..9271d2fc2780 100644 --- a/audio/lame/files/patch-ab +++ b/audio/lame/files/patch-ab @@ -5,7 +5,7 @@ * Disable floating point exepctions */ -#ifdef __FreeBSD__ -+#ifdef __FreeBSD__ && !defined(__alpha__) ++#if defined(__FreeBSD__) && !defined(__alpha__) # include { /* seet floating point mask to the Linux default */