summaryrefslogtreecommitdiff
path: root/audio/festival/patches/patch-ak
blob: 0f266f84892dde4826b0026041c1cbe22bc95189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ak,v 1.1 2000/05/31 14:51:17 dmcmahill Exp $

work around pmax compiler bug

--- festival/src/modules/OGIresLPC/Makefile.orig	Thu Aug  5 13:01:02 1999
+++ festival/src/modules/OGIresLPC/Makefile	Wed May 31 01:20:01 2000
@@ -53,2 +53,10 @@
 include $(TOP)/config/common_make_rules
 
+ifeq ($(MACHINETYPE),pmax)
+
+resLPC_mod.o: resLPC_mod.cc
+	${CXX} -c -fno-implicit-templates -fguiding-decls  -Wall -I../../../src/include -I../OGIdbase -I ../OGIcommon -I../../../../speech_tools/include ${OS_INCLUDES} resLPC_mod.cc
+
+endif
+
+