packages: plplot/plplot.spec, plplot/gcc43.patch (NEW) - added gcc43.patch

sls sls at pld-linux.org
Mon Dec 14 22:43:45 CET 2009


Author: sls                          Date: Mon Dec 14 21:43:45 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added gcc43.patch

---- Files affected:
packages/plplot:
   plplot.spec (1.34 -> 1.35) , gcc43.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/plplot/plplot.spec
diff -u packages/plplot/plplot.spec:1.34 packages/plplot/plplot.spec:1.35
--- packages/plplot/plplot.spec:1.34	Sat Jun 28 11:52:54 2008
+++ packages/plplot/plplot.spec	Mon Dec 14 22:43:40 2009
@@ -21,6 +21,7 @@
 Patch3:		%{name}-tcl.patch
 Patch4:		%{name}-octave3.patch
 Patch5:		%{name}-gnome-python.patch
+Patch6:		gcc43.patch
 URL:		http://plplot.sourceforge.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake >= 1:1.8.3
@@ -457,6 +458,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 sed -i -e 's#/usr/include/tcl8.4/tcl-private/generic#%{_includedir}/tcl-private/generic#g' configure* \
 	cf/tcl.ac
@@ -820,6 +822,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2009/12/14 21:43:40  sls
+- added gcc43.patch
+
 Revision 1.34  2008/06/28 09:52:54  arekm
 - release 2
 

================================================================
Index: packages/plplot/gcc43.patch
diff -u /dev/null packages/plplot/gcc43.patch:1.1
--- /dev/null	Mon Dec 14 22:43:46 2009
+++ packages/plplot/gcc43.patch	Mon Dec 14 22:43:40 2009
@@ -0,0 +1,11 @@
+--- plplot-5.8.0/lib/nn/Makefile.am.orig	2009-12-14 13:28:47.600031053 +0100
++++ plplot-5.8.0/lib/nn/Makefile.am	2009-12-14 13:29:04.234087633 +0100
+@@ -24,7 +24,7 @@
+ # If using the gcc compiler, this library needs to be built with 
+ # the -fno-force-mem -ffloat-store for most reliable performance.
+ if cc_is_gcc
+-  AM_CFLAGS = -fno-force-mem -ffloat-store
++  AM_CFLAGS = -ffloat-store
+ endif
+ 		
+ lib_LTLIBRARIES = libcsironn.la
================================================================

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



More information about the pld-cvs-commit mailing list