mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
- Add URL mirror While I'm here: - Define LICENSE_FILE - Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - Regen patch ChangeLog: https://invisible-island.net/cproto/CHANGES PR: 276626
11 lines
219 B
C
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
|
|
|