freebsd-ports/games/spacezero/files/patch-include_snow.h
Stefan Eßer c1f7acfd3c Fix build with -fno-common
While here add dependencies reported as missing by make stage-qa.
2020-09-22 11:35:07 +00:00

12 lines
195 B
C

--- include/snow.h.orig 2013-12-18 11:52:33 UTC
+++ include/snow.h
@@ -29,7 +29,7 @@
#include "objects.h"
-struct Flake *flakes;
+extern struct Flake *flakes;
struct Flake{
float x,y;