When using g95 as fortran compiler make sure FC is set correctly.
This commit is contained in:
parent
302b94aca2
commit
343b908590
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: g95.mk,v 1.3 2011/09/28 19:31:09 markd Exp $
|
||||
# $NetBSD: g95.mk,v 1.4 2012/12/15 21:23:31 markd Exp $
|
||||
#
|
||||
# Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -70,6 +70,7 @@ _USE_G95= YES
|
|||
.if !empty(_USE_G95:M[yY][eE][sS])
|
||||
EVAL_PREFIX+= _G95BASE=g95
|
||||
_G95BASE_DEFAULT= ${LOCALBASE}
|
||||
FC= g95
|
||||
|
||||
_G95_DIR= ${WRKDIR}/.g95
|
||||
_G95_VARS= # empty
|
||||
|
|
Loading…
Reference in a new issue