1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add forgotten patch.

Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Adam Weinberger 2003-06-06 00:22:18 +00:00
parent c768c0b58a
commit 5f63336cf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82338

View File

@ -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>