festival/SOURCES/festival-1.96-speechtools-ohjeezcxxisnotgcc.patch

14 lines
451 B
Diff
Raw Permalink Normal View History

2019-05-07 05:38:14 +00:00
--- festival/speech_tools/config/compilers/gcc_defaults.mak.orig 2007-03-13 16:28:39.000000000 -0400
+++ festival/speech_tools/config/compilers/gcc_defaults.mak 2007-03-13 16:28:59.000000000 -0400
@@ -39,10 +39,7 @@
###########################################################################
CC=gcc
-CXX=gcc
-ifeq ($(OSTYPE),Darwin)
CXX=g++
-endif
COMPILER_DESC=FSF gcc
COMPILER_VERSION_COMMAND=$(CXX) -v 2>&1 | tail -1 | sed -e 's/^....//'