ports/devel/spin/files/patch-Src_spin.y
Koichiro Iwao 5d563dc07c devel/spin: Ressurect the port & assign to submitter
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>
2019-10-06 16:04:07 +00:00

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