Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 18:51:55 -0400
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53231: [Patch] port: audio/ecawave fix build error
Message-ID:  <E19QERf-00075x-Ob@quenix.dyndns.org>
Resent-Message-ID: <200306112230.h5BMU1Lw015818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53231
>Category:       ports
>Synopsis:       [Patch] port: audio/ecawave fix build error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 15:30:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386


>Description:

	o Fix build error
	o New file : ${FILESDIR}/patch-qewaveform.h

>How-To-Repeat:

cd audio/ecawave && make

>Fix:


--- patch-qewaveform.h begins here ---
--- src/qewaveform.h.orig	Wed Jun 11 18:38:05 2003
+++ src/qewaveform.h	Wed Jun 11 18:38:39 2003
@@ -1,6 +1,7 @@
 #ifndef INCLUDED_QEWAVEFORM_H
 #define INCLUDED_QEWAVEFORM_H
 
+#include <sys/types.h>
 #include <vector>
 
 #include <qwidget.h>
--- patch-qewaveform.h ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19QERf-00075x-Ob>