]> git.pld-linux.org Git - packages/festival.git/commitdiff
- ECHO_N=/bin/printf to build on printf in /bin
authorundefine <undefine@pld-linux.org>
Sun, 25 Jan 2004 20:34:08 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- small patch fixes one thing in gcc3. but... it isn't all - heeelp!

Changed files:
    festival.spec -> 1.17

festival.spec

index 05b3224961ac5af29b4b9ada393e82c9f5b93d34..f3dc57076d756e41d3701467b512c87d386a2314 100644 (file)
@@ -17,6 +17,7 @@ Source4:      http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_en1.tar.g
 # Source4-md5: 66e3bc07751d7e31826185649c5ada5a
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-asterisk.patch
+Patch2:                %{name}-gcc33.patch
 URL:           http://www.cstr.ed.ac.uk/projects/festival/
 BuildRequires: automake
 BuildRequires: speech_tools-devel
@@ -82,6 +83,7 @@ Pliki potrzebne do u
 %setup -q -n %{name} -b1 -b2 -b3 -b4
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %build
 cp -f /usr/share/automake/config.* .
 %{__perl} -pi -e 's,^EST=.*,EST=%{_libdir}/speech_tools,' config/config.in
@@ -89,10 +91,11 @@ cp -f /usr/share/automake/config.* .
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
+       ECHO_N=/bin/printf \
        OPTIMISE_CCFLAGS="%{rpmcflags}" \
        OPTIMISE_CXXFLAGS="%{rpmcflags}" \
        OPTIMISE_LINK="%{rpmldflags}" \
-       REQUIRED_LIBDEPS=
+       REQUIRED_LIBDEPS= 
 # REQUIRED_LIBDPES is workaround not to need static speech_tools libraries
 
 %install
This page took 0.107186 seconds and 4 git commands to generate.