SOURCES (AC-branch): espeak-Makefile.patch (NEW) - Ac GCC (3.3.6) ...
twittner
twittner at pld-linux.org
Sun May 13 20:37:07 CEST 2007
Author: twittner Date: Sun May 13 18:37:07 2007 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- Ac GCC (3.3.6) doesn't support -fvisibility=hidden option
---- Files affected:
SOURCES:
espeak-Makefile.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/espeak-Makefile.patch
diff -u /dev/null SOURCES/espeak-Makefile.patch:1.1.2.1
--- /dev/null Sun May 13 20:37:07 2007
+++ SOURCES/espeak-Makefile.patch Sun May 13 20:37:02 2007
@@ -0,0 +1,11 @@
+--- espeak-1.24-source/src/Makefile~ 2007-05-13 20:29:22.000000000 +0200
++++ espeak-1.24-source/src/Makefile 2007-05-13 20:19:32.000000000 +0200
+@@ -57,7 +57,7 @@
+
+
+ x_%.o: %.cpp
+- $(CXX) $(CXXFLAGS) -Wall -fpic -fvisibility=hidden -pedantic \
++ $(CXX) $(CXXFLAGS) -Wall -fpic -pedantic \
+ -I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o
+
+ $(LIB_NAME): $(OBJS2)
================================================================
More information about the pld-cvs-commit
mailing list