SPECS: espeak.spec - use fPIC instead of fpic on sparc64

tommat tommat at pld-linux.org
Fri Feb 15 17:53:27 CET 2008


Author: tommat                       Date: Fri Feb 15 16:53:27 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use fPIC instead of fpic on sparc64

---- Files affected:
SPECS:
   espeak.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/espeak.spec
diff -u SPECS/espeak.spec:1.34 SPECS/espeak.spec:1.35
--- SPECS/espeak.spec:1.34	Thu Jan 24 20:26:25 2008
+++ SPECS/espeak.spec	Fri Feb 15 17:53:21 2008
@@ -118,6 +118,10 @@
 # remove pernicious headers to avoid using them during build instead of %{_includedir}/portaudio.h system header
 rm -f src/portaudio{18,19,}.h
 
+%ifarch sparc64
+sed -i -e 's/-fpic/-fPIC/g' src/Makefile
+%endif
+
 %build
 %{__make} -C src \
 	CXX="%{__cxx}" \
@@ -316,6 +320,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2008-02-15 16:53:21  tommat
+- use fPIC instead of fpic on sparc64
+
 Revision 1.34  2008-01-24 19:26:25  twittner
 - up to 1.31
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/espeak.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list