]> git.pld-linux.org Git - packages/psplot.git/blobdiff - psplot-gfortran.patch
- added gfortran patch and adjusted Makefile for gfortran compiler
[packages/psplot.git] / psplot-gfortran.patch
diff --git a/psplot-gfortran.patch b/psplot-gfortran.patch
new file mode 100644 (file)
index 0000000..a4b629f
--- /dev/null
@@ -0,0 +1,20 @@
+--- psplot/psplot.txt.orig     2001-08-10 16:12:09.000000000 +0200
++++ psplot/psplot.txt  2013-03-06 20:50:24.569471004 +0100
+@@ -7439,6 +7439,7 @@
+       character*132 cmdstr,curfnt
+       character*80 fileout
+       character tim*8,dat*9
++      character zone*5
+       character*1 timer(8),dater(9)
+       equivalence(timer(1),tim),(dater(1),dat)
+       common/conre1/ioffp,spval
+@@ -7493,8 +7494,7 @@
+       cmdstr= '%%Title: '//fileout(1:lenstr(fileout,80))
+  
+       call filler
+-      call time(tim)
+-      call date(dat)
++      call date_and_time(dat, tim, zone)
+       if(timer(1).eq.' ')timer(1)='0'
+       if(dater(1).eq.' ')dater(1)='0'
+       cmdstr= '%%CreationDate: '//DAT//' '//TIM
This page took 0.034744 seconds and 4 git commands to generate.