updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / scilab4 / scilab-4.1.2-gcc45.patch
blobd256625a67655c4889486f4915af20253d1d5f7f
1 Fixing build with gcc 4.5.
3 http://bugs.gentoo.org/show_bug.cgi?id=321209
5 --- routines/system/msgs.f
6 +++ routines/system/msgs.f
7 @@ -82,7 +82,7 @@
8 call showstack()
9 goto 9999
10 109 continue
11 - write(buf(1:5),'(1pI5)') ierr
12 + write(buf(1:5),'(I5)') ierr
13 call basout(io, wte, 'rank defficient. rank = '//buf(1:5))
14 goto 9999
15 110 continue
16 --- routines/system/Makefile.in
17 +++ routines/system/Makefile.in
18 @@ -41,6 +41,9 @@
19 getsym.o: getsym.f
20 $(FC) @FC_OPTIONS2@ -c getsym.f -o getsym.o
22 +algebre.o: algebre.f
23 + $(FC) $(FC_OPTIONS) -fno-range-check -c $< -o $@
25 allops.o: ../stack.h
26 bexec.o: ../stack.h
27 clause.o: ../stack.h