summaryrefslogtreecommitdiff
path: root/audio/festival/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festival/patches/patch-ak')
-rw-r--r--audio/festival/patches/patch-ak17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/festival/patches/patch-ak b/audio/festival/patches/patch-ak
deleted file mode 100644
index 0f266f84892..00000000000
--- a/audio/festival/patches/patch-ak
+++ /dev/null
@@ -1,17 +0,0 @@
-$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
-+
-+