freebsd-ports/games/xataxx/files/patch-zot.c
Martin Wilke 6e00b2437a - Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr

PR:		175592
Submitted by:	Ports Fury
2013-02-04 14:26:51 +00:00

11 lines
151 B
C

--- zot.c.orig
+++ zot.c
@@ -23,7 +23,7 @@
GC bgc;
if (!wflump)
- return;
+ return(0);
zot(dx, dy, cmaps, cdpy, cscr, cgc, cwin, cmap);
}