pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Mar  7 15:19:20 UTC 2020

Modified Files:
        pkgsrc/mk/compiler: gfortran.mk

Log Message:
Match indentation.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mk/compiler/gfortran.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/gfortran.mk
diff -u pkgsrc/mk/compiler/gfortran.mk:1.12 pkgsrc/mk/compiler/gfortran.mk:1.13
--- pkgsrc/mk/compiler/gfortran.mk:1.12 Sat Mar  7 15:18:19 2020
+++ pkgsrc/mk/compiler/gfortran.mk      Sat Mar  7 15:19:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: gfortran.mk,v 1.12 2020/03/07 15:18:19 maya Exp $
+# $NetBSD: gfortran.mk,v 1.13 2020/03/07 15:19:20 maya Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@ POSSIBLE_GFORTRAN_VERSION?=   ${CC_VERSION
     exists(${PKGSRCDIR}/lang/gcc${POSSIBLE_GFORTRAN_VERSION}/buildlink3.mk)
 GFORTRAN_VERSION?=             ${POSSIBLE_GFORTRAN_VERSION}
 .else
-GFORTRAN_VERSION?=     7
+GFORTRAN_VERSION?=             7
 .endif
 
 .if !empty(PKGPATH:Mlang/gcc${GFORTRAN_VERSION}) || !empty(PKGPATH:Mdevel/patch) || \



Home | Main Index | Thread Index | Old Index