Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2003 17:26:08 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        portmgr@freebsd.org, <ports@freebsd.org>
Subject:   FreeBSD soundcard.h
Message-ID:  <20030309172331.X67317-200000@blues.jpj.net>

next in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--=-=-=
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <20030309172331.J67317@blues.jpj.net>

I'd like permission to apply this patch during the ports freeze, assuming
it is still in effect.
-- 
Trevor Johnson

---------- Forwarded message ----------
Date: 09 Mar 2003 13:27:53 -0800
From: Joel Ray Holveck <joelhMUNGEDgnu.org>
To: festival-talkMUNGEDcstr.ed.ac.uk
Cc: Trevor Johnson <trevor@jpj.net>
Subject: FreeBSD soundcard.h

In festival's speech_tools/audio/voxware.cc, the location of
soundcard.h is out of date.  The preferred location for soundcard.h
under FreeBSD has been sys/soundcard.h for over three years, and on
the most recent FreeBSDs the old location is no longer valid.

Patch attached.

Thanks,
joelh

[trimmed--Trevor]

--=-=-=
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <20030309172331.P67317@blues.jpj.net>
Content-Description: 
Content-Disposition: ATTACHMENT; FILENAME=festival-patch-soundcard

--- speech_tools/audio/voxware.cc	Tue Sep 28 09:38:22 1999
+++ speech_tools/audio/voxware.cc	Sat Mar  8 18:55:29 2003
@@ -61,7 +61,7 @@
 #include "EST_error.h"
 
 #ifdef SUPPORT_FREEBSD16
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #include <fcntl.h>
 int freebsd16_supported = TRUE;
 int linux16_supported = FALSE;

--=-=-=--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030309172331.X67317-200000>