summaryrefslogtreecommitdiff
path: root/devel/nbitools/patches/patch-ah
blob: baa87fb13eea6b5a1117cb742ba161ce86dc59a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2004/02/21 07:09:50 xtraeme Exp $

--- config/imake/imakemdep.h.orig	2004-02-21 08:06:05.000000000 +0100
+++ config/imake/imakemdep.h	2004-02-21 08:06:50.000000000 +0100
@@ -253,7 +253,7 @@
 #if defined(sun) && (defined(SVR4) || defined(__svr4__) || defined(__SVR4) || defined(__sol__))
 #define DEFAULT_CPP "/usr/ccs/lib/cpp"
 #endif
-#ifdef __bsdi__
+#ifdef __bsdi__ || defined(__APPLE__)
 #define DEFAULT_CPP "/usr/bin/cpp"
 #endif
 #ifdef __uxp__