summaryrefslogtreecommitdiff
path: root/devel/imake/patches/patch-imakemdep.h
blob: 0aef9b4a12bde15436a91fefe0e62de24477aa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-imakemdep.h,v 1.1 2012/02/10 16:33:40 bsiegert Exp $

--- imakemdep.h.orig	Thu Oct 13 18:50:30 2011
+++ imakemdep.h
@@ -318,6 +318,10 @@ in this Software without prior written a
 #   if defined(__FreeBSD__)  || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
 #    define USE_CC_E
 #   endif
+#   ifdef __MirBSD__
+#    define USE_CC_E
+#    define DEFAULT_CC "mgcc"
+#   endif
 #   if defined(__sgi) && defined(__ANSI_CPP__)
 #    define USE_CC_E
 #   endif