jlec        14/10/26 14:40:18

  Modified:             configure.ac.20090821
  Log:
  sci-mathematics/dataplot: Drop bashisms from configure.ac, #526888
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-mathematics/dataplot/files/configure.ac.20090821

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?r1=1.1&r2=1.2

Index: configure.ac.20090821
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.ac.20090821       23 Jul 2010 18:28:47 -0000      1.1
+++ configure.ac.20090821       26 Oct 2014 14:40:18 -0000      1.2
@@ -9,7 +9,7 @@
 AC_PROG_F77
 AC_F77_LIBRARY_LDFLAGS
 case $F77 in
-    *gfortran*) FFLAGS+=" -w -fno-range-check" ;;
+    *gfortran*) FFLAGS="${FFLAGS} -w -fno-range-check" ;;
     *) ;;
 esac
 




Reply via email to