diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-17 03:40:31 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-17 03:40:31 +0000 |
commit | 8178c9e22d1a0f57302ce583c752bfc102aa8e44 (patch) | |
tree | 4b7f5db3dc942bcad9641c63e1468467f4a06c4d /audio/festival/files | |
parent | bd966c1e422e51349dd01912de196a85fe9662f0 (diff) | |
download | ports-8178c9e22d1a0f57302ce583c752bfc102aa8e44.tar.gz ports-8178c9e22d1a0f57302ce583c752bfc102aa8e44.zip |
FreeBSD does not run on the pmax architecture.
Notes
Notes:
svn path=/head/; revision=145615
Diffstat (limited to 'audio/festival/files')
-rw-r--r-- | audio/festival/files/patch-ai | 17 | ||||
-rw-r--r-- | audio/festival/files/patch-al | 16 |
2 files changed, 0 insertions, 33 deletions
diff --git a/audio/festival/files/patch-ai b/audio/festival/files/patch-ai deleted file mode 100644 index a20edf01ef03..000000000000 --- a/audio/festival/files/patch-ai +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2000/05/31 14:51:16 dmcmahill Exp $ - -work around pmax compiler bug - ---- 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 - -+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 -+ - diff --git a/audio/festival/files/patch-al b/audio/festival/files/patch-al deleted file mode 100644 index 40bc2e8906ab..000000000000 --- a/audio/festival/files/patch-al +++ /dev/null @@ -1,16 +0,0 @@ -$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 - |