From 96d049d13a33531d00f42b7dba7eec1f23101bfb Mon Sep 17 00:00:00 2001 From: bsiegert Date: Sun, 1 Mar 2015 11:01:14 +0000 Subject: Fix Fortran compiler selection logic. Fix by OBATA Akio in PR pkg/37513. --- misc/root/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/root') diff --git a/misc/root/Makefile b/misc/root/Makefile index 165b94073e9..c7ef1a275f0 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2014/12/27 00:56:46 dholland Exp $ +# $NetBSD: Makefile,v 1.57 2015/03/01 11:01:14 bsiegert Exp $ DISTNAME= root_v5.26.00b.source PKGNAME= root-5.26 @@ -12,8 +12,8 @@ COMMENT= OO framework for data analysis and visualisation WRKSRC= ${WRKDIR}/root USE_TOOLS+= gmake -USE_LANGUAGES= c c++ #fortran f2c lacks LOC() -.include "../../lang/gcc3-f77/buildlink3.mk" +USE_LANGUAGES= c c++ fortran +NOT_FOR_COMPILER+= f2c #lacks LOC() CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN BUILD_TARGET= -- cgit v1.2.3