1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/games/xmastermind/files/patch-mymath.c
Marcelo Araujo a28250188c - Support CC properly.
- Support PORTDOCS/PLIST_FILES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.

PR:		ports/174161
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:46:34 +00:00

8 lines
185 B
C

--- mymath.c.orig 1997-12-30 19:30:25.000000000 +0900
+++ mymath.c 2012-10-17 01:08:29.000000000 +0900
@@ -1,3 +1,4 @@
+#include <string.h>
#include <math.h>
#include "configure.h"