diff options
author | trevor <trevor@FreeBSD.org> | 2005-10-17 11:40:31 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-10-17 11:40:31 +0800 |
commit | 0e971d73174b1a1e8b4fc7390c2afebec4eb15f4 (patch) | |
tree | 2e5e354ff695de6564fe3e9f995018e41e781765 /audio | |
parent | ba7803aeae431101fb5c46cf2461ce8833da7d88 (diff) | |
download | freebsd-ports-gnome-0e971d73174b1a1e8b4fc7390c2afebec4eb15f4.tar.gz freebsd-ports-gnome-0e971d73174b1a1e8b4fc7390c2afebec4eb15f4.tar.zst freebsd-ports-gnome-0e971d73174b1a1e8b4fc7390c2afebec4eb15f4.zip |
FreeBSD does not run on the pmax architecture.
Diffstat (limited to 'audio')
-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 - |