- 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
12 lines
219 B
C
12 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
|
|
|