diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-06 08:22:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-06 08:22:18 +0800 |
commit | 5709591bd474c1424a610dff725f700305ce8062 (patch) | |
tree | 3df4c13de60f190ba982a46349b672530b69876b /audio | |
parent | 3b1e7e744685728a44731a017781b33a6fe5a6b0 (diff) | |
download | freebsd-ports-gnome-5709591bd474c1424a610dff725f700305ce8062.tar.gz freebsd-ports-gnome-5709591bd474c1424a610dff725f700305ce8062.tar.zst freebsd-ports-gnome-5709591bd474c1424a610dff725f700305ce8062.zip |
Add forgotten patch.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio')
-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> |