summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-05-30 17:18:36 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-05-30 17:18:36 +0000
commite7eaf4f45ffe09ecc4878bc88996e53b90b23b1e (patch)
tree0b31ecc58f667d1028995cd346f471b9ba3d92fe /audio/festival
parent69f3a28919fef1bd69e9abbc8f7b4993e46dffba (diff)
downloadpkgsrc-e7eaf4f45ffe09ecc4878bc88996e53b90b23b1e.tar.gz
avoid -O3 on pmax on a particular file which tickles a c++ bug.
other arch's are unaffected.
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/files/patch-sum3
-rw-r--r--audio/festival/patches/patch-ai17
2 files changed, 19 insertions, 1 deletions
diff --git a/audio/festival/files/patch-sum b/audio/festival/files/patch-sum
index c583a3e3f43..55450606687 100644
--- a/audio/festival/files/patch-sum
+++ b/audio/festival/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.4 2000/05/05 20:54:56 hubertf Exp $
+$NetBSD: patch-sum,v 1.5 2000/05/30 17:18:37 dmcmahill Exp $
MD5 (patch-aa) = 0d4fab38dd5a45ac637f3196fa33e82d
MD5 (patch-ab) = 9e0d5be3ad91d3c9a36843273f5880c3
@@ -8,3 +8,4 @@ MD5 (patch-ae) = 3256017d1e235bc08729a2cd40213a51
MD5 (patch-af) = 39ba57b0b3ce741c0d75d44afb072714
MD5 (patch-ag) = db17e06d5acc364387364cbd9ecc98af
MD5 (patch-ah) = b522e2db8b44288d4c26aea4c872ddbc
+MD5 (patch-ai) = 82a9626829b1c0f805b02b259b4e0cd3
diff --git a/audio/festival/patches/patch-ai b/audio/festival/patches/patch-ai
new file mode 100644
index 00000000000..c8b63692c29
--- /dev/null
+++ b/audio/festival/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1 2000/05/30 17:18:36 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
+@@ -49,3 +49,10 @@
+ include $(TOP)/config/common_make_rules
+
++ifeq ($(MACHINETYPE),pmax)
++
++ngrammar_io.o: ngrammar_io.cc
++ ${CXX} -c -fno-implicit-templates -fguiding-decls -Wall -I../../include ${OS_INCLUDES} ngrammar_io.cc
++
++endif
++
+