mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
12 lines
267 B
C
12 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
|
|
|