ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such file ..."
KATO Tsuguru
tkato at prontomail.com
Fri Jun 6 00:00:31 UTC 2003
The following reply was made to PR ports/52958; it has been noted by GNATS.
From: KATO Tsuguru <tkato at prontomail.com>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: jimd at siu.edu, adamw at FreeBSD.org
Subject: Re: ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such
file ..."
Date: Fri, 6 Jun 2003 08:59:12 +0900
On Wed, 4 Jun 2003 20:48:43 -0500 (CDT)
none <noone at siu.edu> wrote:
> >Description:
> extace-1.7.8 compile fails: "asm/errno.h: No such file ..."
It seems committer of PR ports/52661 has forgotten to
add a new patch.
The error would be fixed by applying following patch
to the ports tree.
diff -urN /usr/ports/audio/extace/files/patch-src::audio_processing.c audio/extace/files/patch-src::audio_processing.c
--- /usr/ports/audio/extace/files/patch-src::audio_processing.c Thu Jan 1 09:00:00 1970
+++ audio/extace/files/patch-src::audio_processing.c Fri May 23 18:12:07 2003
@@ -0,0 +1,12 @@
+--- src/audio_processing.c.orig Mon Mar 17 04:45:48 2003
++++ src/audio_processing.c Fri May 23 18:11:12 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>
More information about the freebsd-ports-bugs
mailing list