mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
- Add NLS option Changes: https://lists.gnu.org/archive/html/m4-announce/2021-05/msg00002.html
11 lines
291 B
Text
11 lines
291 B
Text
--- configure.orig 2021-05-28 18:49:43 UTC
|
|
+++ configure
|
|
@@ -46445,7 +46445,7 @@ find_stack_direction (int *addr, int depth)
|
|
return dir + dummy;
|
|
}
|
|
int
|
|
-main (int argc, char *argv)
|
|
+main (int argc, char **argv)
|
|
{
|
|
printf ("%d\n", find_stack_direction (NULL, argc + 20));
|
|
return 0;
|