summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-05-30 17:18:36 +0000
committerdmcmahill <dmcmahill>2000-05-30 17:18:36 +0000
commitc68b2964a73945fd679a1426b0319eb60d315588 (patch)
tree0b31ecc58f667d1028995cd346f471b9ba3d92fe /audio/festival/patches
parent012b494a5cb69b9f52b25d2c6c7307d7d3134c83 (diff)
downloadpkgsrc-c68b2964a73945fd679a1426b0319eb60d315588.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/patches')
-rw-r--r--audio/festival/patches/patch-ai17
1 files changed, 17 insertions, 0 deletions
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
++
+