Files
macports-ports/math/coinor-cgl/files/wimplicit-function-declaration.diff

11 lines
331 B
Diff

--- configure.orig 2024-03-18 17:42:31
+++ configure 2024-03-18 17:42:58
@@ -6893,6 +6893,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
+#include <stdlib.h>
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))