ports/devel/cproto/files/patch-system.h
Thomas E. Dickey c6fd6d14d2 devel/cproto: Update to 4.7w
- 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
2024-08-20 09:44:50 +01: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