mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
it never actually needed gcc, "gcc" was just a hardcoded compiler name instead of "cc". While here, - Upstream switched to GitHub - Update to 6.5.0 PR: 241067 Submitted by: Greg V <greg@unrelenting.technology>
10 lines
219 B
Text
10 lines
219 B
Text
--- Src/spin.y.orig 2019-10-04 20:02:16 UTC
|
|
+++ Src/spin.y
|
|
@@ -13,6 +13,7 @@
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <stdarg.h>
|
|
+#include <stdlib.h>
|
|
|
|
#define YYMAXDEPTH 20000 /* default is 10000 */
|
|
#define YYDEBUG 0
|