opnsense-ports/devel/cproto/files/patch-system.h
Franco Fichtner 5b14fae2de */*: sync with upstream
Taken from: FreeBSD
2024-08-27 11:30:50 +02:00

11 lines
219 B
C

--- system.h.orig 2011-01-02 19:23:38 UTC
+++ system.h
@@ -126,7 +126,7 @@
/* Default C preprocessor on UNIX systems */
#ifndef MSDOS
#ifndef CPP
-#define CPP "/lib/cpp"
+#define CPP "/usr/bin/cpp"
#endif
#endif