diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 00:22:18 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 00:22:18 +0000 |
commit | 5f63336cf37bfb3ef44e65b53e64229599a99faf (patch) | |
tree | fef29a44c6b3eb86d62ae6d292bf82250602802e /audio/extace | |
parent | c768c0b58a945c93d8dbb82ac33bac63d63fbbd4 (diff) | |
download | ports-5f63336cf37bfb3ef44e65b53e64229599a99faf.tar.gz ports-5f63336cf37bfb3ef44e65b53e64229599a99faf.zip |
Add forgotten patch.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=82338
Diffstat (limited to 'audio/extace')
-rw-r--r-- | audio/extace/files/patch-src::audio_processing.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/extace/files/patch-src::audio_processing.c b/audio/extace/files/patch-src::audio_processing.c new file mode 100644 index 000000000000..7251f9c27333 --- /dev/null +++ b/audio/extace/files/patch-src::audio_processing.c @@ -0,0 +1,12 @@ +--- src/audio_processing.c.orig Thu Jun 5 17:20:26 2003 ++++ src/audio_processing.c Thu Jun 5 17:20:45 2003 +@@ -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> |