diff options
Diffstat (limited to '')
-rw-r--r-- | audio/extace/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/extace/files/patch-ac b/audio/extace/files/patch-ac new file mode 100644 index 000000000000..5679e4e13371 --- /dev/null +++ b/audio/extace/files/patch-ac @@ -0,0 +1,12 @@ +--- extace/misc.c 2001/01/02 09:29:43 1.1 ++++ extace/misc.c 2001/01/02 09:30:30 +@@ -20,7 +20,9 @@ + #include <protos.h> + #include <math.h> + #include <gtk/gtk.h> ++#ifndef __FreeBSD__ + #include <asm/errno.h> ++#endif + #include "convolve.h" + #ifdef HAVE_LIBRFFTW + #include <rfftw.h> |