summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsalo <salo>2002-11-23 00:00:36 +0000
committersalo <salo>2002-11-23 00:00:36 +0000
commit8b87c06a8db3b25655cee3863e6167a3505c40e1 (patch)
tree3523c910515c24ffe0310664d0fe4b00b75c0a6a /mk
parent98121e3d20a89d1723a8b97d38db06194e18bd77 (diff)
downloadpkgsrc-8b87c06a8db3b25655cee3863e6167a3505c40e1.tar.gz
Make gcc default compiler for packages using imake on Solaris.
Addresses PR pkg/18077 and PR pkg/18430 and possibly others.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 4a79cbaf5a6..44a3d456912 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.34 2002/11/14 10:08:01 jlam Exp $
+# $NetBSD: defs.SunOS.mk,v 1.35 2002/11/23 00:00:36 salo Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -40,6 +40,7 @@ GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP}
.endif
HEAD?= /usr/bin/head
ID?= /usr/xpg4/bin/id
+IMAKE?= ${X11BASE}/bin/imake -DHasGcc2=YES -DHasGcc2ForCplusplus=YES
LDCONFIG?= /usr/bin/true
LN?= /usr/bin/ln
LS?= /usr/bin/ls