do-configure rule. Allow GCC 3.4 build, there doesn't seem to be a good reason to disallow it.
12 lines
352 B
Text
12 lines
352 B
Text
$NetBSD: patch-ad,v 1.5 2005/12/03 04:14:05 joerg Exp $
|
|
|
|
--- speech_tools/audio/voxware.cc.orig 2005-12-03 02:59:39.000000000 +0000
|
|
+++ speech_tools/audio/voxware.cc
|
|
@@ -66,6 +66,7 @@
|
|
int freebsd16_supported = TRUE;
|
|
int linux16_supported = FALSE;
|
|
static char *aud_sys_name = "FreeBSD";
|
|
+static int stereo_only = 0;
|
|
#endif
|
|
|
|
#ifdef SUPPORT_LINUX16
|