aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cproto/files/patch-system.h
blob: eea3e0b2717436df38172af07a3196ccd3e46b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- system.h.orig   2008-06-05 16:21:15.000000000 +0400
+++ system.h    2008-06-05 16:21:28.000000000 +0400
@@ -107,7 +107,7 @@
 /* Default C preprocessor on UNIX systems */
 #ifndef MSDOS
 #ifndef CPP
-#define CPP "/lib/cpp"
+#define CPP "/usr/bin/cpp"
 #endif
 #endif