Date: Thu, 5 Jun 2003 17:00:29 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52958: extace-1.7.8 compile fails: "asm/errno.h: No such file ..." Message-ID: <200306060000.h5600TXG006430@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52958; it has been noted by GNATS. From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jimd@siu.edu, adamw@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306060000.h5600TXG006430>