pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Fix path to cross-libtool-base in f2c.mk f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/838002954da5
branches:  trunk
changeset: 359248:838002954da5
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Mar 05 10:40:18 2017 +0000

description:
Fix path to cross-libtool-base in f2c.mk for crossbuilding

diffstat:

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

diffs (27 lines):

diff -r 7564abda1d08 -r 838002954da5 mk/compiler/f2c.mk
--- a/mk/compiler/f2c.mk        Sun Mar 05 10:38:37 2017 +0000
+++ b/mk/compiler/f2c.mk        Sun Mar 05 10:40:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.17 2015/11/25 13:05:47 jperkin Exp $
+# $NetBSD: f2c.mk,v 1.18 2017/03/05 10:40:18 kamil Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -87,7 +87,7 @@
 # Dependencies:
 TOOL_DEPENDS+= f2c>=20090411nb2:../../lang/f2c # translator
 
-.if empty(PKGPATH:Mdevel/libtool-base) && empty(PKGPATH:Mcross/libtool-base) # See below
+.if empty(PKGPATH:Mdevel/libtool-base) && empty(PKGPATH:Mcross/cross-libtool-base) # See below
 .  include "../../devel/libf2c/buildlink3.mk" # library
 .endif
 
@@ -96,7 +96,7 @@
 .  endif
 
 # libtool-base is special as it only needs f77 to extract linker flags etc.
-.if !empty(PKGPATH:Mdevel/libtool-base) || !empty(PKGPATH:Mcross/libtool-base)
+.if !empty(PKGPATH:Mdevel/libtool-base) || !empty(PKGPATH:Mcross/cross-libtool-base)
 pre-configure: fake-f2c-libs
 
 _WRAP_EXTRA_ARGS.FC+=  -L${WRKDIR}/.f2c/lib -I${WRKDIR}/.f2c/include



Home | Main Index | Thread Index | Old Index