3cdd66f296
- bump portrevision. Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
11 lines
267 B
C
11 lines
267 B
C
--- 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
|
|
|