summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-05-25 18:45:54 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-05-25 18:45:54 +0000
commit118052a6266b520329a2d187f069d9eff9bdd14d (patch)
treef8ee2f5c1cf1ba506a908f2825f6d62b1444e0f9 /lang/gcc
parentfa0d5b7e19edd38dbc642e6e097ae3d0e3d63341 (diff)
downloadpkgsrc-118052a6266b520329a2d187f069d9eff9bdd14d.tar.gz
also set PKG_FC to ensure that the fortran compiler which is part of
this pkg gets used when another pkg includes this file.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile.gcc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc/Makefile.gcc b/lang/gcc/Makefile.gcc
index 91248f40bb5..859cf53c74b 100644
--- a/lang/gcc/Makefile.gcc
+++ b/lang/gcc/Makefile.gcc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gcc,v 1.3 2002/03/28 10:11:50 jmc Exp $
+# $NetBSD: Makefile.gcc,v 1.4 2002/05/25 18:45:54 dmcmahill Exp $
.include "../../mk/bsd.prefs.mk"
@@ -12,10 +12,12 @@ CC= ${LOCALBASE}/bin/gcc
CPP= ${LOCALBASE}/bin/cpp
CXX= ${LOCALBASE}/bin/g++
F77= ${LOCALBASE}/bin/g77
+PKG_FC= ${LOCALBASE}/bin/g77
.else
CC= ${LOCALBASE}/gcc-2.95.3/bin/cc
CPP= ${LOCALBASE}/gcc-2.95.3/bin/cpp
CXX= ${LOCALBASE}/gcc-2.95.3/bin/c++
F77= ${LOCALBASE}/gcc-2.95.3/bin/g77
+PKG_FC= ${LOCALBASE}/gcc-2.95.3/bin/g77
.endif
.endif