mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
a28250188c
- Support PORTDOCS/PLIST_FILES. - Add LICENSE. - Add MAKE_JOBS_SAFE. PR: ports/174161 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
8 lines
185 B
C
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"
|