ports/math/mprime/files/patch-gwnum_gwutil.c
Steve Wills c296805691 math/mprime: Fix some issues from the previous commit
Put back original creator and whitespace
Fix patching
Greatly simplify the Makefile
Make it LOCALBASE safe

Reported by:	danfe
Pointyhat to:	swills
2017-11-22 17:40:24 +00:00

11 lines
238 B
C

--- gwnum/gwutil.c.orig 2016-09-07 01:25:20 UTC
+++ gwnum/gwutil.c
@@ -17,7 +17,7 @@
#include <malloc.h>
#include <memory.h>
#endif
-#ifdef __APPLE__
+#ifdef __APPLE__ || __FreeBSD__
#include <memory.h>
#endif
#include "gwcommon.h"