pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler alias f2c-f77 as g77 as well as f77 and f2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7209f1520663
branches:  trunk
changeset: 523998:7209f1520663
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jan 16 17:16:20 2007 +0000

description:
alias f2c-f77 as g77 as well as f77 and f2c-f77.  libtool cares.

diffstat:

 mk/compiler/f2c.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 78866f3dcab6 -r 7209f1520663 mk/compiler/f2c.mk
--- a/mk/compiler/f2c.mk        Tue Jan 16 17:13:37 2007 +0000
+++ b/mk/compiler/f2c.mk        Tue Jan 16 17:16:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.8 2006/12/15 12:46:24 martti Exp $
+# $NetBSD: f2c.mk,v 1.9 2007/01/16 17:16:20 dmcmahill Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -79,7 +79,7 @@
 PKG_FC?=       ${FC}
 _F2C_VARS+=    FC
 _F2C_FC:=      ${_F2C_DIR}/bin/${PKG_FC:T}
-_ALIASES.FC+=  f77 f2c-f77
+_ALIASES.FC+=  f77 g77 f2c-f77
 FCPATH=                ${_F2CBASE}/bin/f2c-f77
 PKG_FC:=       ${_F2C_FC}
 #



Home | Main Index | Thread Index | Old Index