summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-05-31 14:51:15 +0000
committerdmcmahill <dmcmahill>2000-05-31 14:51:15 +0000
commiteba6e961bf16fe32ada460555e9d46d93e9f2b8b (patch)
tree206f9bdb3af2b701aae13f3bac795a5f8325d35a /audio/festival/patches
parent33e5129c0b84c918a056b4292717cfc8bf19ca72 (diff)
downloadpkgsrc-eba6e961bf16fe32ada460555e9d46d93e9f2b8b.tar.gz
work around pmax compiler bug (c++ -O2) by not using -O2 on the remaining
3 problem files when compiling on pmax.
Diffstat (limited to 'audio/festival/patches')
-rw-r--r--audio/festival/patches/patch-ai6
-rw-r--r--audio/festival/patches/patch-aj16
-rw-r--r--audio/festival/patches/patch-ak17
-rw-r--r--audio/festival/patches/patch-al16
4 files changed, 52 insertions, 3 deletions
diff --git a/audio/festival/patches/patch-ai b/audio/festival/patches/patch-ai
index c8b63692c29..a20edf01ef0 100644
--- a/audio/festival/patches/patch-ai
+++ b/audio/festival/patches/patch-ai
@@ -1,9 +1,9 @@
-$NetBSD: patch-ai,v 1.1 2000/05/30 17:18:36 dmcmahill Exp $
+$NetBSD: patch-ai,v 1.2 2000/05/31 14:51:16 dmcmahill Exp $
work around pmax compiler bug
---- /usr/build/pkgsrc/audio/festival/work.mipsel/speech_tools/grammar/ngram/Makefile.orig Sun May 30 06:59:41 1999
-+++ /usr/build/pkgsrc/audio/festival/work.mipsel/speech_tools/grammar/ngram/Makefile Tue May 30 12:41:32 2000
+--- speech_tools/grammar/ngram/Makefile.orig Sun May 30 06:59:41 1999
++++ speech_tools/grammar/ngram/Makefile Tue May 30 12:41:32 2000
@@ -49,3 +49,10 @@
include $(TOP)/config/common_make_rules
diff --git a/audio/festival/patches/patch-aj b/audio/festival/patches/patch-aj
new file mode 100644
index 00000000000..01755632b6a
--- /dev/null
+++ b/audio/festival/patches/patch-aj
@@ -0,0 +1,16 @@
+$NetBSD: patch-aj,v 1.1 2000/05/31 14:51:16 dmcmahill Exp $
+
+work around pmax compiler bug
+
+--- festival/src/modules/OGIcommon/Makefile.orig Thu Aug 26 11:56:36 1999
++++ festival/src/modules/OGIcommon/Makefile Tue May 30 21:08:30 2000
+@@ -54,2 +54,9 @@
+ include $(TOP)/config/common_make_rules
+
++ifeq ($(MACHINETYPE),pmax)
++
++OGI_Track.o: OGI_Track.cc
++ ${CXX} -c -fno-implicit-templates -fguiding-decls -Wall -I../../../src/include -I../../../../speech_tools/include ${OS_INCLUDES} OGI_Track.cc
++
++endif
++
diff --git a/audio/festival/patches/patch-ak b/audio/festival/patches/patch-ak
new file mode 100644
index 00000000000..0f266f84892
--- /dev/null
+++ b/audio/festival/patches/patch-ak
@@ -0,0 +1,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
++
++
diff --git a/audio/festival/patches/patch-al b/audio/festival/patches/patch-al
new file mode 100644
index 00000000000..40bc2e8906a
--- /dev/null
+++ b/audio/festival/patches/patch-al
@@ -0,0 +1,16 @@
+$NetBSD: patch-al,v 1.1 2000/05/31 14:51:17 dmcmahill Exp $
+
+work around pmax compiler bug
+
+--- festival/src/modules/Duration/Makefile.orig Sun May 30 08:07:31 1999
++++ festival/src/modules/Duration/Makefile Wed May 31 09:22:01 2000
+@@ -51,3 +51,9 @@
+ include $(TOP)/config/common_make_rules
+
++ifeq ($(MACHINETYPE),pmax)
++
++duration.o:duration.cc
++ ${CXX} -c -fno-implicit-templates -fguiding-decls -Wall -I../include -I../../../src/include -I../../../../speech_tools/include ${OS_INCLUDES} duration.cc
++
++endif
+