SOURCES: espeak-ac_am.patch - an attempt to take into account bige...

twittner twittner at pld-linux.org
Sat Jan 27 14:42:59 CET 2007


Author: twittner                     Date: Sat Jan 27 13:42:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- an attempt to take into account bigendian archs (define -DARCH_BIG)
- rel. 0.3

---- Files affected:
SOURCES:
   espeak-ac_am.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/espeak-ac_am.patch
diff -u SOURCES/espeak-ac_am.patch:1.5 SOURCES/espeak-ac_am.patch:1.6
--- SOURCES/espeak-ac_am.patch:1.5	Sat Jan 27 13:45:38 2007
+++ SOURCES/espeak-ac_am.patch	Sat Jan 27 14:42:54 2007
@@ -10,7 +10,7 @@
 diff -Nur o.speak-1.14-source/configure.ac n.speak-1.14-source/configure.ac
 --- o.speak-1.14-source/configure.ac	1970-01-01 01:00:00.000000000 +0100
 +++ n.speak-1.14-source/configure.ac	2006-09-23 20:45:27.000000000 +0200
-@@ -0,0 +1,43 @@
+@@ -0,0 +1,45 @@
 +#                                               -*- Autoconf -*-
 +# Process this file with autoconf to produce a configure script.
 +
@@ -46,6 +46,8 @@
 +AC_FUNC_STAT
 +AC_CHECK_FUNCS([memset pow setlocale sqrt strchr Pa_IsStreamActive])
 +
++AC_C_BIGENDIAN(AC_SUBST(ARCH_BIG,[-DARCH_BIG]),AC_SUBST(ARCH_BIG,[]),)
++
 +if test "$datadir" = "\${prefix}/share" ; then
 +	datadirectory=$ac_default_prefix/share
 +else
@@ -58,7 +60,7 @@
 --- o.speak-1.14-source/src/Makefile.am	1970-01-01 01:00:00.000000000 +0100
 +++ n.speak-1.14-source/src/Makefile.am	2006-09-23 22:18:52.000000000 +0200
 @@ -0,0 +1,16 @@
-+AM_CXXFLAGS = -Wall -pedantic -fno-exceptions
++AM_CXXFLAGS = -Wall -pedantic -fno-exceptions @ARCH_BIG@
 +
 +bin_PROGRAMS = speak
 +speak_SOURCES = speak.cpp
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/espeak-ac_am.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list