]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- added gcc43.patch
authorSzymon Siwek <sls@pld-linux.org>
Mon, 14 Dec 2009 21:43:40 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc43.patch -> 1.1
    plplot.spec -> 1.35

gcc43.patch [new file with mode: 0644]
plplot.spec

diff --git a/gcc43.patch b/gcc43.patch
new file mode 100644 (file)
index 0000000..a589181
--- /dev/null
@@ -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
index 37684cd2a0fcb90cc4e5314100be70edf9157a7b..a515d156cd7b8fcee28f09fb21d3222831f99c93 100644 (file)
@@ -20,6 +20,7 @@ Patch2:               %{name}-tk.patch
 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
@@ -456,6 +457,7 @@ Biblioteka PLplot - przykłady do wiązania dla Pythona.
 %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
This page took 0.075735 seconds and 4 git commands to generate.