freebsd-ports/games/spider/files/patch-main.c
Stefan Eßer df7ab5150a Fix build with -fno-common
While here, add a license specification. The license appears to be a mix
of MIT and BSD licenses, but without the BSD clauses spelled out.
2020-09-03 13:42:20 +00:00

11 lines
159 B
C

--- main.c.orig 1991-09-28 17:46:54 UTC
+++ main.c
@@ -14,6 +14,8 @@
* Spider solitaire
*/
+#define IN_MAIN
+
#include "defs.h"
#include "globals.h"