mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
Put back original creator and whitespace Fix patching Greatly simplify the Makefile Make it LOCALBASE safe Reported by: danfe Pointyhat to: swills
11 lines
238 B
C
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"
|