summaryrefslogtreecommitdiff
path: root/devel/nbitools/patches/patch-ah
blob: 8fdb416483aa184086b2fd1564c841cb26f5ae60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.2 2005/04/05 15:22:11 minskim 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__
+#if defined(__bsdi__) || defined(__APPLE__)
 #define DEFAULT_CPP "/usr/bin/cpp"
 #endif
 #ifdef __uxp__