festival/SOURCES/festival-1.96-speechtools-ohjeezcxxisnotgcc.patch
2022-02-04 16:21:36 +00:00

14 lines
451 B
Diff

--- 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/^....//'