summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-09 12:50:24 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-09 12:50:24 +0000
commitc42433e4f3969b854797831b1c2fd4ae4eaaa5e1 (patch)
tree355cba0822ae83a7a76d9e006d71c4d46d25ef5d /mk
parent915dbcdb24e4f349a73e4444943346eb50fed195 (diff)
downloadpkgsrc-c42433e4f3969b854797831b1c2fd4ae4eaaa5e1.tar.gz
Use full path for CC, CXX and FC.
Diffstat (limited to 'mk')
-rw-r--r--mk/cwrappers.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk
index 389e25da447..89816e6a32e 100644
--- a/mk/cwrappers.mk
+++ b/mk/cwrappers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cwrappers.mk,v 1.15 2014/11/29 22:20:40 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.16 2014/12/09 12:50:24 joerg Exp $
#
# This Makefile fragment implements integration of pkgtools/cwrappers.
@@ -35,10 +35,10 @@ CWRAPPERS_ALIASES.libtool= libtool
CWRAPPERS_ALIASES.shlibtool= shlibtool
CWRAPPERS_WRAPPEE.as= ${AS:Ufalse}
-CWRAPPERS_WRAPPEE.cxx= ${CXX:Ufalse}
-CWRAPPERS_WRAPPEE.cc= ${CC:Ufalse}
-CWRAPPERS_WRAPPEE.cpp= ${CPP:Ufalse}
-CWRAPPERS_WRAPPEE.f77= ${F77:Ufalse}
+CWRAPPERS_WRAPPEE.cxx= ${PKG_CXX:Ufalse}
+CWRAPPERS_WRAPPEE.cc= ${PKG_CC:Ufalse}
+CWRAPPERS_WRAPPEE.cpp= ${PKG_CPP:Ufalse}
+CWRAPPERS_WRAPPEE.f77= ${PKG_FC:Ufalse}
CWRAPPERS_WRAPPEE.imake= ${IMAKE:Ufalse}
CWRAPPERS_WRAPPEE.ld= ${LD:Ufalse}
CWRAPPERS_WRAPPEE.libtool= ${PKG_LIBTOOL:Ufalse}