Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183686 | Differences between
and this patch

Collapse All | Expand All

(-)speech_tools/audio/voxware.cc.orig (-1 / +1 lines)
Lines 61-67 Link Here
61
#include "EST_error.h"
61
#include "EST_error.h"
62
62
63
#ifdef SUPPORT_FREEBSD16
63
#ifdef SUPPORT_FREEBSD16
64
#include <machine/soundcard.h>
64
#include <sys/soundcard.h>
65
#include <fcntl.h>
65
#include <fcntl.h>
66
int freebsd16_supported = TRUE;
66
int freebsd16_supported = TRUE;
67
int linux16_supported = FALSE;
67
int linux16_supported = FALSE;
(-)speech_tools/audio/voxware.cc.orig (+1 lines)
Lines 66-71 Link Here
66
int freebsd16_supported = TRUE;
66
int freebsd16_supported = TRUE;
67
int linux16_supported = FALSE;
67
int linux16_supported = FALSE;
68
static char *aud_sys_name = "FreeBSD";
68
static char *aud_sys_name = "FreeBSD";
69
static int stereo_only = 0;
69
#endif
70
#endif
70
71
71
#ifdef SUPPORT_LINUX16
72
#ifdef SUPPORT_LINUX16

Return to bug 183686